summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* keys: added vimlike aliases to taskviewhut2010-01-141-0/+1
* keys: improvementshut2010-01-142-60/+99
* settings: removed (buggy) auto_load_previewhut2010-01-144-16/+6
* commandlist: bugfixhut2010-01-142-5/+7
* commandlist: aliases are now references rather than copieshut2010-01-132-10/+35
* commandlist: no error when trying to alias to unexisting keyhut2010-01-131-5/+8
* commandlist: added alias(existing, *new)hut2010-01-132-0/+19
* Restructurization of commandshut2010-01-131-40/+39
* Added error handlers for failed commandshut2010-01-134-5/+20
* commandlist: added clear()hut2010-01-132-0/+14
* fsobject.directory: removed __getitem__ (too ambiguous)hut2010-01-133-9/+2
* browserview: hide certain bookmarks in the listhut2010-01-132-2/+4
* defaultui: clear statusbar message when opening consolehut2010-01-131-0/+1
* todo: added #37hut2010-01-131-0/+1
*
[package]
name = "clinte"
version = "0.3.3"
authors = ["Ben Morrison <ben@gbmor.dev>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "^0.4"
log = "^0.4"
rusqlite = "^0.20"
simplelog = "^0.7"
users = "^0.9"

[dependencies.clap]
version = "^2.33"
default-features = false
features = [ "suggestions", "color" ]
/span>/+2 * todo: added #33hut2010-01-091-0/+1 * todo: added #32hut2010-01-081-0/+1 * added license informationhut2010-01-0863-3/+888 * directory: fixed non reloading symlinked directorieshut2010-01-072-3/+3 * applications: fixed bad redirection of stdouthut2010-01-071-1/+1 * random cleanups and fixeshut2010-01-076-13/+15 * directory: fixed wrong mtime comparisonhut2010-01-071-2/+5 * loader: fixed some issues with updating/redrawinghut2010-01-064-64/+82 * updated TODOhut2010-01-061-0/+7 * loader: don't pop items from queue which were added while loadinghut2010-01-061-1/+1 * actions: added reload_cwd + keybinding + helphut2010-01-063-0/+9 * curses_shortcuts: catch TypeError at addstrhut2010-01-061-2/+2 * help: extendedhut2010-01-062-6/+28