summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 5efb0fb8e165f37bb0dbc5e90e6064757e44d1fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# joshuto

ranger-like terminal file manager written in Rust.
Is a work in progress.

![Alt text](joshuto_screenshot.png?raw=true "joshuto")

## Dependencies
 - ncurses
 - [cargo](https://github.com/rust-lang/cargo/) >= 0.31.0
 - [rustc](https://www.rust-lang.org/) >= 1.31.0

Also see [Cargo.toml](https://github.com/kamiyaa/joshuto/blob/master/Cargo.toml)

## Installation
```
$ cargo build
# cargo install --root=/usr/local --force
```

## Usage
```
~ $ joshuto
```

## Configuration
Place config files inside `$XDG_CONFIG_DIR/joshuto` (usually `$HOME/.config/joshuto/` for GNU/Linux)
Joshuto can currently be configured using the following files:

 - [joshuto.toml](https://github.com/kamiyaa/joshuto/blob/master/config/joshuto.toml)
   - general configurations

 - [keymap.toml](https://github.com/kamiyaa/joshuto/blob/master/config/keymap.toml)
   - for keybindings, please take a look at [keymap.rs](https://github.com/kamiyaa/joshuto/blob/master/src/joshuto/config/keymap.rs) for non-printable keys
   - for commands, please take a look at [command.rs](https://github.com/kamiyaa/joshuto/blob/master/src/joshuto/command.rs) for available commands

 - [mimetype.toml](https://github.com/kamiyaa/joshuto/blob/master/config/mimetype.toml) (**currently unstable and is subject to changes**)
   - for opening files with applications


## Contributing
Please create a pull request :)

## Features/Bugs
Please create an issue :)