An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# fool ♦ [![](https://travis-ci.org/spacekookie/fool.svg?branch=master)](https://travis-ci.org/spacekookie/fool) [![](https://ci.appveyor.com/api/projects/status/w29yfx0q5kls3013?svg=true)](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.

![Example of v0.1](assets/demo.gif)

## 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`