Next | Query returned 76 messages, browsing 71 to 80 | previous

History of commit frequency

CVS Commit History:


   2017-04-13 17:12:07 by Benny Siegert | Files touched by this commit (39) | Package updated
Log message:
Revbump all Go packages after the Go 1.8.1 update.
   2016-12-04 17:30:01 by Benny Siegert | Files touched by this commit (35) | Package updated
Log message:
Revbump Go packages after 1.7.4 update.
   2016-10-29 10:59:49 by Benny Siegert | Files touched by this commit (34) | Package updated
Log message:
Revbump packages depending on Go after the Go 1.7.3 update.
   2016-09-10 21:47:21 by Benny Siegert | Files touched by this commit (30) | Package updated
Log message:
Revbump all Go packages after the Go 1.7.1 update.
   2016-08-20 15:43:22 by Benny Siegert | Files touched by this commit (1)
Log message:
Fix comment, remove redundant GITHUB_PROJECT. From private mail by wiz, thanks!
   2016-08-20 11:33:53 by Benny Siegert | Files touched by this commit (4)
Log message:
New package, lf.

lf (as in "list files") is a terminal file manager written in Go. It \ 
is heavily
inspired by ranger with some missing and extra features. Some of the missing
features are deliberately ommited since it is better if they are handled by
external tools.

Features

- no external runtime dependencies (except for terminfo database)
- fast startup and low memory footprint (due to native code and static
  binaries)
- server/client architecture to share selection between multiple instances
- custom commands as shell scripts (hence any other language as well)
- sync (waiting and skipping) and async commands
- fully customizable keybindings

Non-Features

- tabs or windows (handled by the window manager or the terminal multiplexer)
- built-in pager (handled by your pager of choice)

Next | Query returned 76 messages, browsing 71 to 80 | previous