coal 0.0.3 copy "coal: ^0.0.3" to clipboard
coal: ^0.0.3 copied to clipboard

A suite for easily building beautiful command-line apps.

example/README.md

Coal Examples #

#

Setup:

git clone https://github.com/medz/coal.git
cd coal && dart pub get && cd example
export PATH="$(pwd):$PATH"
dart compile exe tab.dart --output=tab

# bash
source <(tab complete bash)

# zsh
source <(tab complete zsh)

# fish, Remember to delete it after you finish your experience!
tab complete fish > ~/.config/fish/completions/tab.fish

# powershell
tab complete powershell > ~/.tab-completion.ps1
echo '. ~/.tab-completion.ps1' > $PROFILE

Try #

tab <TAB>
1
likes
0
points
115
downloads

Publisher

verified publishermedz.dev

Weekly Downloads

A suite for easily building beautiful command-line apps.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

characters, meta, unorm_dart

More

Packages that depend on coal