fool icon indicating copy to clipboard operation
fool copied to clipboard

❓ A powerful git terminal interface which focuses on usability

Results 14 fool issues
Sort by recently updated
recently updated
newest added

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...

bug
blocking

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

enhancement

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.

enhancement

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)

enhancement

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

enhancement

Is it okay if `push` and `pull` share some keybinding state? - "P" => push - "p" => pull - "f" => fetch ?

enhancement
question

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...

enhancement

The simple log browser should display everything that `git log` shows, as a simple timeline

enhancement

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...

enhancement

It should be easy enough to change some key bindings without having to touch a config

enhancement