Add (wip) more and less
This commit is contained in:
parent
5d328998f8
commit
847cd55617
3 changed files with 62 additions and 1 deletions
9
less.nim
Normal file
9
less.nim
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import cligen, terminal
|
||||
import common
|
||||
|
||||
proc main(files:seq[string]) =
|
||||
addQuitProc(resetAttributes)
|
||||
addQuitProc(showCursor)
|
||||
err "asdf"
|
||||
|
||||
dispatch(main, version=("version", nimbaseVersion))
|
||||
Loading…
Add table
Add a link
Reference in a new issue