Skip to content
/ manette Public

Manette is a terminal file explorer.

License

Unknown, CECILL-2.1 licenses found

Licenses found

Unknown
LICENSE
CECILL-2.1
LICENSE-fr
Notifications You must be signed in to change notification settings

paulez/manette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manette

Manette is a terminal file explorer. It allows you to navigate the file though its full screen terminal UI and run commands from its shell.

Run

  1. Download the latest manette release from https://github.com/paulez/manette/releases and copy manette to ~/.local/bin.
curl -L https://github.com/paulez/manette/releases/download/v0.1-alpha.1/manette -o ~/.local/bin/manette
  1. Mark ~/.local/bin/manette executable:
chmod +x ~/.local/bin

Development

Manette is built on Rust, so you will need rustc and cargo to compile it from source.

Cargo run

git clone https://github.com/paulez/manette.git
cd manette
cargo run

Cargo release

We build a release inside a container for maximum compatibility.

docker run --rm -v "$PWD":/usr/src/manette:Z -w /usr/src/manette rust cargo build --release

About

Manette is a terminal file explorer.

Topics

Resources

License

Unknown, CECILL-2.1 licenses found

Licenses found

Unknown
LICENSE
CECILL-2.1
LICENSE-fr

Stars

Watchers

Forks

Packages

No packages published

Languages