Commit Graph

263 Commits

Author SHA1 Message Date
dylan 8c19d0b482
Merge pull request #106 from pipefail/master
add namerefs to avoid command substitution subproc for function output assignment
2020-10-21 18:39:38 +03:00
Peter M. Elias 2549b02e6f add alternative to command substitution for func return 2020-10-20 07:33:12 -05:00
dylan ea0ba69d51
Merge pull request #104 from cristeigabriel/patch-1
Update CONTRIBUTING.md
2020-09-23 14:05:03 +03:00
Gabriel 4691800bcb
Update CONTRIBUTING.md 2020-09-23 13:58:11 +03:00
dylan 55821cb42b
Merge pull request #96 from rasa/patch-3
Separate code from example
2020-02-18 19:52:08 +02:00
Ross Smith II 36ccded371
Separate code from example 2020-02-18 08:53:00 -08:00
dylan f0788ed4b0
Merge pull request #89 from rahuldaniel/patch-1
Update CONTRIBUTING.md
2019-09-30 10:13:20 +03:00
rahuldaniel a56ca0c84c
Update CONTRIBUTING.md
Removed the
2019-09-30 12:17:46 +05:30
Dylan Araps 4d14f5446f bible: better dirname function 2019-09-22 14:25:57 +03:00
Dylan Araps 70dbe8feba docs: update 2019-09-20 13:32:50 +03:00
black 2058418da6
Merge pull request #81 from sal666/patch-5
Update README.md
2019-09-20 13:33:44 +03:00
Dylan Araps 49efee8559 docs: update 2019-09-20 12:18:39 +03:00
Dylan Araps 4202b0dae9 docs: update 2019-09-20 12:17:12 +03:00
Dylan Araps f1301357da docs: update 2019-09-20 08:53:15 +03:00
Dylan Araps 4b3b44a3f3 docs: update 2019-09-19 21:10:41 +03:00
Dylan Araps bb88623af1 docs: update 2019-09-19 21:00:15 +03:00
Dylan Araps 3590d9b03a docs: update 2019-09-19 20:13:44 +03:00
Dylan Araps 48b4fd7c80 docs: update 2019-09-19 20:07:51 +03:00
Dylan Araps 9d00d2413e docs: update 2019-09-19 19:58:29 +03:00
Dylan Araps 11ab391065 docs: update 2019-09-19 18:47:44 +03:00
Dylan Araps 27c4d36cbb docs: update 2019-09-19 18:46:06 +03:00
Dylan Araps 968a1bd80f docs: update 2019-09-19 18:43:16 +03:00
Dylan Araps 300a0fe11e docs: update 2019-09-19 17:47:07 +03:00
Dylan Araps 9dd64366d9 docs: update 2019-09-19 17:41:07 +03:00
Dylan Araps a2c0d36e19 dirname: fix another case 2019-09-19 17:38:33 +03:00
Dylan Araps 49bd538c26 bible: really fix dirname 2019-09-19 17:06:26 +03:00
sal666 229ef15789
Update README.md
Add a method to turn off text effects
2019-09-19 16:01:03 +02:00
Dylan Araps 4a6b172ba1 bible: fix dirname 2019-09-19 16:49:55 +03:00
Dylan Araps e1c90d7590 bible: Add read file method which works like mapfile. Closes #62 2019-09-19 16:34:18 +03:00
Dylan Araps b713eafcbe docs: update 2019-09-19 16:23:48 +03:00
Dylan Araps d9565eec18 Merge branch 'master' of github.com:dylanaraps/pure-bash-bible 2019-09-19 16:23:36 +03:00
Dylan Araps ea8fd2369c bible: fix dirname. Closes #76 2019-09-19 16:23:20 +03:00
black a0c6c2090e
Merge pull request #74 from sal666/patch-1
Update chapter7.txt
2019-09-19 14:56:10 +03:00
black ac8cd23296
Merge pull request #75 from sal666/patch-2
Update README.md
2019-09-19 14:56:04 +03:00
sal666 faa484c273
Update README.md
Added the sequences for hidden and strike-through text in "Escape sequences > Text Attributes"
2019-09-19 13:55:00 +02:00
sal666 bb0892ad3d
Update chapter7.txt
Add the sequences for hidden and strike-through text
2019-09-19 13:54:40 +02:00
Dylan Araps 6508ca0c9d docs: update 2019-09-19 13:50:31 +03:00
Dylan Araps 2c507a0764 docs: update 2019-09-19 13:46:24 +03:00
Dylan Araps 20d5e461a4 docs: update 2019-09-19 13:46:03 +03:00
Dylan Araps 792d2fcd90 docs: update 2019-09-19 13:45:39 +03:00
Dylan Araps 9871cff312 docs: update 2019-09-19 13:37:50 +03:00
Dylan Araps 0dbfb2684d docs: update 2019-09-19 13:36:47 +03:00
Dylan Araps fd90d0bdd0 Merge branch 'master' of github.com:dylanaraps/pure-bash-bible 2019-09-19 10:46:38 +03:00
Dylan Araps 2b13a4654c docs: update 2019-09-19 10:45:41 +03:00
black 11bfa62641
Merge pull request #71 from quarno/patch-1
Wrong function name in comment
2019-09-02 04:33:48 +00:00
Manuel Quarneti 6e8d9a1f35
Wrong function name in comment 2019-09-02 00:16:38 +02:00
Dylan Araps a8824db932 docs: update 2019-07-17 21:00:24 +03:00
black d3135ded2c
Merge pull request #66 from amiryal/read_sleep
Implement sleep without reading from stdin of the caller
2019-07-02 15:36:05 +03:00
Amir Yalon 3256f5c71f Implement sleep without reading from stdin of the caller
Also modified to return success to the caller and remove the distraction of a
default value for timeout.

Based on https://blog.dhampir.no/content/sleeping-without-a-subprocess-in-bash-and-how-to-sleep-forever
Archived version: https://archive.fo/OHbV1
2019-07-02 15:28:59 +03:00
black e3e73ba302
Merge pull request #65 from Cuttlerat/master
Add jump for reverse case
2019-06-09 18:15:29 +03:00