-
Notifications
You must be signed in to change notification settings - Fork 0
juraseg/cl-nc-ownertree
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NCurses Owner Tree ================== This application is basically a copy of ncdu app but written in Common Lisp and in addition to showing size it also shows size split by owner. It had much less features than original ncdu: no ability to delete files/folders (hence no ability to refresh data), also instead of using arrow trees for navigation it uses keys 'jk' for moving up/down and 'io' for moving in folder and out of folder (this is due to impossibility to assign key bindings to arrows and Enter). Running ======= Make sure the project is in your ASDF path, for example put it into ~/quicklisp/local-projects. Run SBCL (or CCL (todo)): >>> (asdf:load-system :cl-nc-ownertree) or >>> (quicklisp:quickload :cl-nc-ownertree) then >>> (cl-nc-ownertree:main #P"<path>")
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published