tcr

Version, currently main branch1 version
  • main branchlatestMar 14, 2024

github.com/hissssst/tcr

No description declared in shard.yml.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  tcr:
    github: hissssst/tcr
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.9.2
License
MIT
Author
hissssst
Target
  • tcr from src/tcr.cr

Dependencies

This version declares no dependencies.

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:

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