Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- NAME
- cedit - primitive syntax highlighting file editor
- SYNOPSIS
- cedit FILE
- DESCRIPTION
- A very simple syntax highlighting file editor. To create new files with `cedit`, open a file in a writable file system that doesn't exist and save.
- Highlights Lua syntax only.
- OPTIONS
- -r
- opens file as read only
- EXAMPLES
- cedit /tmp/test.txt
- Opens the file `/tmp/test.txt` for editing. If it doesn't exists, it will be created upon saving.
- cedit /bin/ls.lua
- Opens the file `/bin/ls.lua`, which will be opened in read-only mode, assuming `/bin` is the default as provided by the read-only-memory.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement