8000 GitHub - juneb125/sapling: Mini-tree CLI program
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

juneb125/sapling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sapling 🌱

Mini-tree CLI program, written in Rust

Table of Contents

TUI

Box Drawings
Box-Drawing Characters Wikipedia page
There's a nice table of box drawing characters and their Unicode codes here

'│' show hierarchy         - '\u{2502}'
'─' child branch           - '\u{2500}'
'└' last child in parent   - '\u{2514}'
'├' show sibling hierarchy - '\u{251c}'

Ascii

'|'  show hierarchy         - pipe char
'-'  child branch           - en-dash char
'L'  last child in parent   - capital "ell" char
"|-" show sibling hierarchy - pipe char + en-dash

Todo's

  • add tree-like TUI (see above)
  • add support for POSIX style opts / args

About

Mini-tree CLI program

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0