Forrest logo
back to context overview

xed

List of commands for xed:

  • xed:ai:037b0 Open xed editor with a new tab and specify a folder to open in the tab
    $ xed --new-tab /path/to/folder
    try on your machine
    explain this command
  • xed:ai:8a8eb This command opens a new tab in the xed text editor.
    $ xed --new-tab
    try on your machine
    explain this command
  • xed:tldr:16bb0 xed: Open specific files.
    $ xed ${filename1 filename2 ---}
    try on your machine
    explain this command
  • xed:tldr:31fb3 xed: Open files using a specific encoding.
    $ xed --encoding ${WINDOWS-1252} ${filename1 filename2 ---}
    try on your machine
    explain this command
  • xed:tldr:3623a xed: Open a file and go to a specific line.
    $ xed +${10} ${filename}
    try on your machine
    explain this command
  • xed:tldr:37121 xed: Open file(s) in Xcode, create if it doesn't exist.
    $ xed --create ${filename1}
    try on your machine
    explain this command
  • xed:tldr:72bcf xed: Print all supported encodings.
    $ xed --list-encodings
    try on your machine
    explain this command
  • xed:tldr:ced30 xed: Open a file in Xcode and jump to line number 75.
    $ xed --line 75 ${filename}
    try on your machine
    explain this command
  • xed:tldr:d1144 xed: Start the editor.
    $ xed
    try on your machine
    explain this command
back to context overview