1
0
mirror of https://github.com/namibia/awesome-shell.git synced 2024-06-03 12:40:48 +00:00
Commit Graph

265 Commits

Author SHA1 Message Date
Caleb Xu
71eec658c2 Merge pull request #23 from srijanshetty/master
Added ledger to utilities
2014-10-02 05:48:08 -04:00
Caleb Xu
b6eb88a0c0 Merge pull request #25 from myfreeweb/patch-1
Add more zsh plugins
2014-10-02 05:47:56 -04:00
Greg V
f42f2fba70 Add more zsh plugins 2014-10-02 11:00:05 +04:00
Caleb Xu
aee312d879 Merge pull request #24 from bdossantos/sshrc
Add sshrc to utilities
2014-10-01 18:55:51 -04:00
Benjamin Dos Santos
c000b8e8e2 Add sshrc to utilities
bring your .bashrc, .vimrc, etc. with you when you ssh
2014-10-01 23:11:04 +02:00
Caleb Xu
41a9b1134d Merge pull request #22 from chadrien/patch-1
Added transfer.sh in utility section - closes #21
2014-10-01 05:43:47 -04:00
Srijan R Shetty
db3e5a843b Added ledger to utilities 2014-10-01 14:02:08 +05:30
Hadrien Collongues
70326f28a6 Added transfer.sh in utility section - closes #21 2014-10-01 09:28:40 +02:00
Caleb Xu
655dbfa05e Update README.md 2014-09-30 16:38:57 -04:00
Caleb Xu
15524910bb Update README.md 2014-09-30 16:38:43 -04:00
Caleb Xu
cc8eab0772 Merge pull request #18 from dborzov/master
Edit slap editor description: it needs Node.js to run
2014-09-30 16:35:01 -04:00
Caleb Xu
4759dd9857 Merge pull request #20 from flores/master
Add GOOG's shell style guide
2014-09-30 16:33:54 -04:00
Caleb Xu
661faa5ff3 Merge pull request #17 from hemanth/patch-1
Addded @riupa's v
2014-09-30 16:33:36 -04:00
Caleb Xu
742710eb62 Update README.md 2014-09-30 16:33:06 -04:00
Caleb Xu
57b6b230d5 Merge pull request #16 from sindresorhus/patch-1
add pretty-time-zsh
2014-09-30 16:32:35 -04:00
cflores
cd26474a97 Add GOOG's shell style guide
Really good resource and guide used by many shops.
2014-09-30 12:07:56 -07:00
Peter Borzov
3510a7aaf5 Edit slap editor description: it needs Node.js to run 2014-09-30 10:08:50 -04:00
hemanth.hm
04f3031a65 Addded @riupa's v
v is z for vim.
2014-09-30 15:53:45 +05:30
Sindre Sorhus
9a0a12c5e8 add pretty-time-zsh
https://github.com/sindresorhus/pretty-time-zsh
2014-09-30 12:02:15 +02:00
Caleb Xu
98546e432d Merge pull request #15 from stve/patch-1
added Unofficial Bash Strict Mode to Guides
2014-09-29 16:46:45 -04:00
Steve Agalloco
564580fa20 added Unofficial Bash Strict Mode to Guides 2014-09-29 12:15:31 -04:00
Caleb Xu
3483fc044b Update README.md 2014-09-23 16:12:11 -04:00
Caleb Xu
fca1cbcedc Merge pull request #14 from matagus/adding-sed-games
Sokoban, arkanoid and tetris written using sed.
2014-09-23 16:11:39 -04:00
Agustín Méndez
d6e73298cb Sokoban, arkanoid and tetris written using sed. 2014-09-23 09:59:56 -03:00
Caleb Xu
f133aa16d9 Merge pull request #13 from agsdot/master
Add git-extras
2014-09-21 00:07:16 -04:00
Jonathan Lai
d42ebbd5a6 Add git-extras: GIT utilities -- repo summary, repl, changelog population, author commit percentages and more 2014-09-20 19:52:27 -07:00
Caleb Xu
a4876e9f2d Merge pull request #11 from agsdot/master
Add sexy-bash-prompt
2014-09-19 05:56:24 -04:00
Jonathan Lai
f38c9e4934 Add sexy-bash-prompt: bash prompt with colors, git statuses, and git branches. 2014-09-18 20:45:35 -07:00
Caleb Xu
e881f7ac1c Merge pull request #10 from alganet/master
Adding dispatch
2014-09-17 20:58:08 -04:00
Alexandre Gaigalas
a28bf8a93d Adding dispatch, a portable lightweight argument parser 2014-09-17 21:30:45 -03:00
Caleb Xu
8f385c30da Update README.md 2014-09-12 18:37:37 -04:00
Caleb Xu
08358c1a8f Update README.md 2014-09-11 17:02:21 -04:00
Caleb Xu
2c5e111f21 Merge pull request #9 from vitorgalvao/patch-2
fixed quoting on bitpocket’s description
2014-09-08 21:22:08 -04:00
Caleb Xu
8744377383 Merge pull request #8 from vitorgalvao/patch-1
fixed pushblast’s url
2014-09-08 21:21:44 -04:00
Vítor Galvão
17ee618cfc fixed quoting on bitpocket’s description 2014-09-07 21:10:13 +01:00
Vítor Galvão
a792c6e7cb fixed pushblast’s url 2014-09-07 21:09:21 +01:00
Caleb Xu
f84dfb38bc Update README.md 2014-09-01 10:08:45 -04:00
Caleb Xu
443f196cc8 Update README.md 2014-09-01 10:07:15 -04:00
Caleb Xu
a41d1323a1 Merge pull request #7 from mrdeathless/master
Add links to Greg Wooladge's and Bash Hakers wikis
2014-08-28 06:09:17 -04:00
mrdeathless
a25b126448 Add links to Greg Wooladge's and Bash Hakers wikis
Greg has assembled one of the greatest guides and FAQs about Bash
and shell scripting in general.  It's the must read material for
anybody who does any significant amount of shell scripting.

Bash Hackers Wiki contains loads of verified, up-to-date
information related to Bash and shell scripting.
2014-08-28 11:56:35 +03:00
Caleb Xu
efa7106e4f Merge pull request #6 from horosgrisa/master
Update README.md
2014-08-26 17:42:41 -04:00
Grigorii Horos
60f76c70d0 Update README.md 2014-08-26 03:43:02 +03:00
Grigorii Horos
dff366ef41 Update README.md 2014-08-26 03:34:40 +03:00
Caleb Xu
513eebd5a5 Update README.md 2014-08-17 23:46:44 -04:00
Caleb Xu
03495dad5f Update README.md 2014-08-17 23:46:27 -04:00
Caleb Xu
1cfeb57e8e Update README.md 2014-08-15 08:56:26 -04:00
Caleb Xu
7ab5c9c054 Update README.md 2014-08-15 08:47:16 -04:00
Caleb Xu
2e4c2cfd77 Merge pull request #5 from HairyFotr/patch-shellcheck
Add Shellcheck
2014-07-29 18:16:08 -04:00
HairyFotr
8be993d9cd Add Shellcheck 2014-07-29 15:35:26 +02:00
Caleb Xu
555904f63c Update README.md 2014-07-19 09:32:37 -04:00