Add dependency to display text tables
This commit is contained in:
parent
def86e261c
commit
04fa3fe354
2 changed files with 12 additions and 0 deletions
|
@ -4,6 +4,10 @@ shards:
|
||||||
git: https://github.com/matiasgarciaisaia/completion.git
|
git: https://github.com/matiasgarciaisaia/completion.git
|
||||||
version: 0.1.0+git.commit.780bab511917b61e7d814801fd9acd4390eda44a
|
version: 0.1.0+git.commit.780bab511917b61e7d814801fd9acd4390eda44a
|
||||||
|
|
||||||
|
tablo:
|
||||||
|
git: https://github.com/hutou/tablo.git
|
||||||
|
version: 0.9.5
|
||||||
|
|
||||||
xdg_basedir:
|
xdg_basedir:
|
||||||
git: https://github.com/shmibs/xdg_basedir.git
|
git: https://github.com/shmibs/xdg_basedir.git
|
||||||
version: 1.0.2
|
version: 1.0.2
|
||||||
|
|
|
@ -13,13 +13,21 @@ targets:
|
||||||
main: src/main.cr
|
main: src/main.cr
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
# Handle XDG environment variables
|
||||||
xdg_basedir:
|
xdg_basedir:
|
||||||
github: shmibs/xdg_basedir
|
github: shmibs/xdg_basedir
|
||||||
|
|
||||||
|
# Command completion for bash
|
||||||
|
# (use pull request which fixes compatibility)
|
||||||
completion:
|
completion:
|
||||||
github: matiasgarciaisaia/completion
|
github: matiasgarciaisaia/completion
|
||||||
branch: crystal-0.18
|
branch: crystal-0.18
|
||||||
# github: f/completion
|
# github: f/completion
|
||||||
|
|
||||||
|
# Text tables
|
||||||
|
tablo:
|
||||||
|
github: hutou/tablo
|
||||||
|
|
||||||
# pg:
|
# pg:
|
||||||
# github: will/crystal-pg
|
# github: will/crystal-pg
|
||||||
# version: "~> 0.5"
|
# version: "~> 0.5"
|
||||||
|
|
Loading…
Reference in a new issue