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

https://github.com/hissssst/tcr


https://github.com/hissssst/tcr

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

          

# tcr

TUI file manager with tree abstraction written in Crystal.

## Configuration

### Bindings

Currently `tcr` supports only bindings configuration. You can write any shellscript in configuration.
`$tcr_path` variable is available to execute some action on the currently selected path

Example:

```ini
[bindings]
enter = kcr edit $tcr_path
i = kcr open $tcr_path
```