https://github.com/hissssst/tcr
https://github.com/hissssst/tcr
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hissssst/tcr
- Owner: hissssst
- License: bsd-2-clause
- Created: 2024-02-25T23:16:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-14T11:34:05.000Z (over 1 year ago)
- Last Synced: 2025-03-24T12:21:38.507Z (7 months ago)
- Language: Crystal
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
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 pathExample:
```ini
[bindings]
enter = kcr edit $tcr_path
i = kcr open $tcr_path
```