JosephTLyons / JosephTLyons/termifind-rust
Arrows Between Directories
- Dominant language
- Rust
- Stars
- 12
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
A cool thing to maybe implement is an option that, when turned on, would show arrows coming from a selected directory and pointing to the DirectoryContainer name that it relates to. Directories in the current path are already highlighted a specific color, so this isn't necessary, it is just a neat idea.
```
------------- ---------------
| / | >| Users |
|=============| | |===============|
| (F) .DS_... | | | (F) .local... |
| (D) .PKI... | | | (D) Shared |
| (S) .Vol... | | | (D) joseph... |
| (F) .file | | ---------------
| (D) .fse... | |
| (D) .vol | |
| (D) Appl... | |
| (D) Library | |
| (D) System | |
| (D) Users | -
| (D) Volumes |
| (D) bin |
| (D) cores |
| (D) dev |
| (S) etc |
| (S) home |
| (D) opt |
| (D) private |
| (D) sbin |
| (S) tmp |
| (D) usr |
| (S) var |
-------------
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.