https://github.com/spacekookie/fool
❓ A powerful git terminal interface which focuses on usability
https://github.com/spacekookie/fool
cursive-rs git git-client ncurses-tui rust
Last synced: 23 days ago
JSON representation
❓ A powerful git terminal interface which focuses on usability
- Host: GitHub
- URL: https://github.com/spacekookie/fool
- Owner: spacekookie
- License: mit
- Created: 2018-01-08T01:08:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T08:17:24.000Z (over 7 years ago)
- Last Synced: 2025-04-12T21:09:24.350Z (7 months ago)
- Topics: cursive-rs, git, git-client, ncurses-tui, rust
- Language: Rust
- Homepage:
- Size: 632 KB
- Stars: 54
- Watchers: 2
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# fool ♦ [](https://travis-ci.org/spacekookie/fool) [](https://ci.appveyor.com/project/spacekookie/fool)
> Why don't you just use the git cli? It's way faster.
>
> **Why don't you run everywhere? It's exhausting.**
A powerful git commandline interface which is focused on usability. Use quick keyboard shortcuts to manage your repository, files and commits.
`fool` currently only works on Linux, MacOS (and other Unix-like systems). Windows support is something that is kinda in-the-works.
## How to use
`fool` is centered around keyboard shortcuts. Use the arrow-keys to move your cursor, then press a key to issue an action to the selected file. Some commands (committing, pushing, managing remotes, etc) will trigger the same action, no matter the selected file.

## How to install
`fool` is written in Rust and as such is a single, self-contained binary. You can get the sources and build it yourself via [cargo](https://doc.rust-lang.org/cargo/) or just download a pre-compiled binary [here](https://github.com/spacekookie/fool/releases)
There is a list of more packages available [in the wiki](https://github.com/spacekookie/fool/wiki/packaging)
### MacOS
You can install it with [homebrew](http://brew.sh):
```
brew tap spacekookie/kookie
brew install fool
```
### Arch Linux
Can currently only be found in the AUR
```
pacaur -S fool # Or an AUR helper of your choice
```
### Void Linux
You can install via xbps
```
xbps-install -S fool
```
## License
`fool` is free software: you can redistribute it and/or modify it under the terms of the MIT Public License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MIT Public License for more details.
## Conduct
In the interest of fostering an open and welcoming environment, the `fool` project pledges to making participation a harassment-free experience for everyone. See [Code of Conduct](CODE_OF_CONDUCT.md) for details. In case of violations, e-mail [kookie@spacekookie.de](mailto:kookie@spacekookie.de).
If Code of Conducts somehow upset you, please feel free to not use `fool`