Linux command
lime 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start Lime text editor
lime
Open file
lime [file.txt]
Open multiple files
lime [file1.txt] [file2.txt]
Open file at specific line
lime [file.txt]:[line_number]
说明
lime (Lime Text) is an open-source text editor inspired by Sublime Text. It aims to provide a Sublime Text compatible editor with an open-source codebase. Lime supports multiple cursors, split editing, command palette, and is extensible through Python plugins. The backend is written in Go.
参数
- -h, --help
- Show help message.
- -v, --version
- Show version.
- --debug
- Enable debug mode.
FAQ
What is the lime command used for?
lime (Lime Text) is an open-source text editor inspired by Sublime Text. It aims to provide a Sublime Text compatible editor with an open-source codebase. Lime supports multiple cursors, split editing, command palette, and is extensible through Python plugins. The backend is written in Go.
How do I run a basic lime example?
Run `lime` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -h, --help do in lime?
Show help message.