Zainstalowałem Sublime Text 3, postępując zgodnie z samouczkiem na unixmen.com . Jak uruchomić go z terminala i jak sprawdzić wersję (z terminala lub jakkolwiek)?
Zainstalowałem Sublime Text 3, postępując zgodnie z samouczkiem na unixmen.com . Jak uruchomić go z terminala i jak sprawdzić wersję (z terminala lub jakkolwiek)?
Odpowiedzi:
Polecenie uruchomienia Sublime Text:
subl
Polecenie, aby zobaczyć jego wersję:
subl --version
Zwykłe polecenie Sublime Text to subl
:
Od subl --help
:
$ subl --help
Sublime Text build 3065
Usage: sublime_text [arguments] [files] edit the given files
or: sublime_text [arguments] [directories] open the given directories
Arguments:
--project <project>: Load the given project
--command <command>: Run the given command
-n or --new-window: Open a new window
-a or --add: Add folders to the current window
-w or --wait: Wait for the files to be closed before returning
-b or --background: Don't activate the application
-h or --help: Show help (this message) and exit
-v or --version: Show version and exit
Filenames may be given a :line or :line:column suffix to open at a specific
location.
Aby uzyskać wersję:
$ subl -v
Sublime Text Build 3065
Jak zauważył Glutanimate , wersję można uzyskać z menu Pomoc z About Sublime Text
:
Build 3065
na zrzucie ekranu i nawet nie mogę się domyślić, że jest to wzniosłe 2 lub wzniosłe 3 ...
Z nieoficjalnej dokumentacji wysublimowanego tekstu:
Możesz stworzyć symboliczny lynk sudo ln -s /opt/Sublime\ Text\ 3/sublime_text /usr/bin/sublime
. „/ opt” to katalog, w którym zainstalowałeś Sublime.
Dokumentacja pokazuje również, jak dodać Sublime do Unity Launcher, jeśli chcesz.