Skip to content

Commit ccb8fe2

Browse files
committed
add zxz to real world examples
1 parent d359a6f commit ccb8fe2

File tree

2 files changed

+27
-19
lines changed

2 files changed

+27
-19
lines changed

Gemfile.lock

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GEM
88
colsole (1.0.0)
99
docopt_ng (0.7.1)
1010
domain_name (0.6.20240107)
11-
ffi (1.17.0-x86_64-linux-gnu)
11+
ffi (1.17.1-x86_64-linux-gnu)
1212
ffi-compiler (1.3.2)
1313
ffi (>= 1.15.5)
1414
rake
@@ -24,7 +24,7 @@ GEM
2424
http-cookie (~> 1.0)
2525
http-form_data (~> 2.2)
2626
llhttp-ffi (~> 0.5.0)
27-
http-cookie (1.0.7)
27+
http-cookie (1.0.8)
2828
domain_name (~> 0.5)
2929
http-form_data (2.3.0)
3030
httpme (0.2.2)
@@ -36,41 +36,44 @@ GEM
3636
llhttp-ffi (0.5.0)
3737
ffi-compiler (~> 1.0)
3838
rake (~> 13.0)
39-
mister_bin (0.7.6)
39+
logger (1.6.4)
40+
mister_bin (0.8.1)
4041
colsole (>= 0.8.1, < 2)
4142
docopt_ng (~> 0.7, >= 0.7.1)
4243
module_methods (0.1.0)
4344
mustermann (3.0.3)
4445
ruby2_keywords (~> 0.0.1)
45-
nio4r (2.7.3)
46-
nokogiri (1.16.7-x86_64-linux)
46+
nio4r (2.7.4)
47+
nokogiri (1.18.1-x86_64-linux-gnu)
4748
racc (~> 1.4)
4849
public_suffix (6.0.1)
49-
puma (6.4.3)
50+
puma (6.5.0)
5051
nio4r (~> 2.0)
5152
racc (1.8.1)
5253
rack (3.1.8)
5354
rack-contrib (2.5.0)
5455
rack (< 4)
55-
rack-protection (4.0.0)
56+
rack-protection (4.1.1)
5657
base64 (>= 0.1.0)
58+
logger (>= 1.6.0)
5759
rack (>= 3.0.0, < 4)
5860
rack-session (2.0.0)
5961
rack (>= 3.0.0)
6062
rake (13.2.1)
6163
ruby2_keywords (0.0.5)
62-
sinatra (4.0.0)
64+
sinatra (4.1.1)
65+
logger (>= 1.6.0)
6366
mustermann (~> 3.0)
6467
rack (>= 3.0.0, < 4)
65-
rack-protection (= 4.0.0)
68+
rack-protection (= 4.1.1)
6669
rack-session (>= 2.0.0, < 3)
6770
tilt (~> 2.0)
6871
sla (0.3.7)
6972
colsole (>= 0.8.1, < 2)
7073
mister_bin (~> 0.7)
7174
nokogiri (~> 1.10)
7275
webcache (~> 0.8)
73-
tilt (2.4.0)
76+
tilt (2.5.0)
7477
webcache (0.9.0)
7578
http (~> 5.0)
7679

@@ -84,4 +87,4 @@ DEPENDENCIES
8487
sla
8588

8689
BUNDLED WITH
87-
2.5.22
90+
2.6.2

src/examples.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,18 @@ All examples are listed below for convenience.
9999

100100
These tools were developed using bashly. You can review their code to learn more about using bashly.
101101

102-
- [Alf][alf] - a generator for bash aliases and sub-aliases
103-
- [git-changelog][git-changelog] - a change log generator
104-
- [kbgrep][kbgrep] - a search tool optimized for knowledgebases
105-
- [pls][pls] - project level shortcut
106-
- [Respec][respec] - a convenience wrapper for ruby's rspec
107-
- [Rush][rush] - a personal package manager
108-
- [slack-emoji-toolkit][slack-emoji-toolkit] - liberate your custom Slack emojis
109-
- [orcli][orcli] - OpenRefine command line interface
102+
{.compact}
103+
Tool | Description | Discussion
104+
-----|-------------|-------------
105+
[Alf][alf] | a generator for bash aliases and sub-aliases
106+
[git-changelog][git-changelog] | a change log generator
107+
[kbgrep][kbgrep] | a search tool optimized for knowledgebases | [:icon-comment-discussion: Discussion](https://github.com/DannyBen/bashly/discussions/515)
108+
[pls][pls] | project level shortcut | [:icon-comment-discussion: Discussion](https://github.com/DannyBen/bashly/discussions/542)
109+
[Respec][respec] | a convenience wrapper for ruby's rspec
110+
[Rush][rush] | a personal package manager
111+
[slack-emoji-toolkit][slack-emoji-toolkit] | liberate your custom Slack emojis | [:icon-comment-discussion: Discussion](https://github.com/DannyBen/bashly/discussions/262)
112+
[orcli][orcli] | OpenRefine command line interface | [:icon-comment-discussion: Discussion](https://github.com/DannyBen/bashly/discussions/390)
113+
[zxz][zxz] | a CLI for quick file sharing via https://0x0.st | [:icon-comment-discussion: Discussion](https://github.com/DannyBen/bashly/discussions/599)
110114

111115
[alf]: https://github.com/DannyBen/alf
112116
[git-changelog]: https://github.com/DannyBen/git-changelog
@@ -116,3 +120,4 @@ These tools were developed using bashly. You can review their code to learn more
116120
[rush]: https://github.com/DannyBen/rush-cli
117121
[slack-emoji-toolkit]: https://github.com/wilhelm-murdoch/slack-emoji-toolkit
118122
[orcli]: https://github.com/opencultureconsulting/orcli
123+
[zxz]: https://github.com/meleu/zxz

0 commit comments

Comments
 (0)