Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 479 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 479 Bytes

line_edition

Line edition tool using C termcap library

commands

  • [UP] Get newer history entry
  • [DOWN] Get older history entry
  • [HOME] Move cursor to the beginning
  • [END] Move cursor to the end
  • [ALT + RIGHT] Move cursor one word forward
  • [ALT + LEFT] Move cursor one word backward
  • [ALT + UP] Move cursor one line above
  • [ALT + DOWN] Move cursor one line below
  • [CTRL + L] Clear the screen

todo

  1. Copy/cut/paste
  2. Auto-completion [BONUS]