Advertisement
shadowkat1010

sked man page

May 24th, 2014
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. NAME
  2. sked - ShadowKat Editor
  3.  
  4. SYNOPSIS
  5. sked
  6.  
  7. DESCRIPTION
  8. `sked` is a sub-1KiB line editor designed for low computing-power systems.
  9.  
  10. EXAMPLES
  11. sked
  12. starts the editor.
  13.  
  14. USAGE
  15. l
  16. lists the buffer
  17. lc
  18. lists the contents at the current line
  19. s
  20. seek to line
  21. so
  22. outputs the current line
  23. a
  24. append to buffer
  25. o
  26. loads a file
  27. w
  28. saves to file
  29. q
  30. exits the editor
  31. e
  32. executes the code in the buffer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement