J'ai installé Sublime Text 3 après le tutoriel sur unixmen.com . Comment l'exécuter depuis le terminal et comment vérifier la version (depuis le terminal ou cependant)?
La commande pour démarrer Sublime Text:
subl
La commande pour voir sa version:
subl --version
La commande habituelle pour Sublime Text est subl
:
De 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.
Par conséquent, pour obtenir la version:
$ subl -v
Sublime Text Build 3065
Comme Glutanimate l'a noté , vous pouvez obtenir la version à partir du menu Aide, à partir de About Sublime Text
:
De la Documentation non officielle de Sublime Text:
Vous pouvez créer un lynk symbolique Sudo ln -s /opt/Sublime\ Text\ 3/sublime_text /usr/bin/sublime
. "/ opt" étant le répertoire où vous avez installé Sublime.
La documentation explique également comment ajouter Sublime à Unity Launcher si vous le souhaitez.