fool
fool copied to clipboard
❓ A powerful git terminal interface which focuses on usability
There are two choices here - Implement/ hack around missing features in termion - Fix the cross-build with ncurses for all platforms This is currently blocking the release of v0.3.0...
This is currently being blocked by [ticki/termion#103](https://github.com/ticki/termion/issues/103). There is a Windows WIP branch mentioned, maybe try to pull that and build via appveyor
Pushing/ Pulling currently lock the UI. This is bad. Maybe do those on a separate thread so users can still do other stuff in the meantime.
While cargo can build `.deb` packages, to build a PPA we need `.src.deb` files. This is currently being blocked by [cargo-deb#40](https://github.com/mmstick/cargo-deb/issues/40)
This is important for #2 and to allow custom themes as well as persistent settings per user. This could also be used to later on enable a command history
Is it okay if `push` and `pull` share some keybinding state? - "P" => push - "p" => pull - "f" => fetch ?
Right now errors are written to `stderr` which overwrites parts of the UI which is not ideal. Instead status messages should either open a popup if it's an error (or...
The simple log browser should display everything that `git log` shows, as a simple timeline
Here is the problem. `s` and `S` are already taken as keycodes for stashing things. I could bind them to `z, Z`? On US keyboards that's easy to reach and...
It should be easy enough to change some key bindings without having to touch a config