Commit Graph

197 Commits

Author SHA1 Message Date
Stephen Tudor a8ec4d6c57 Add quickstart command to create a new config file from interactive prompts and sane defaults 2018-11-15 09:23:27 -05:00
Paco Esteban d890a6ef53 Fixing Makefile so:
* it does not fail on manpage install (folder was not found)
* CPLDIR is always defined as per 3rd condition, even if all fails
* moved from mkdir + cp + chmod to mkdir + install
2018-10-28 17:52:59 +01:00
James Tomasino 29253bc254 fixed small linting error 2018-09-25 15:18:21 -04:00
James Tomasino 7cd512a082 formatting 2018-09-24 22:38:30 -04:00
James Tomasino fc49cbeb90 dont use switches in autocomplete 2018-09-24 22:36:03 -04:00
James Tomasino d9a4f0169e upped version 2018-09-24 22:26:48 -04:00
James Tomasino 2cfeda0340 avoid exploding on new files 2018-09-24 22:24:31 -04:00
James Tomasino 3fed90daef autocomplete is super smart for gophermap 2018-09-24 21:53:15 -04:00
James Tomasino 487574e053 added gophermap editing with awesome bash completion 2018-09-24 21:35:36 -04:00
James Tomasino f0f21df913 remove possible trailing slash from titles in rss feed 2018-09-01 18:55:03 -04:00
Jelle Besseling 986f3df957
Add space between sed option
This fixed the script on macOS, not sure if this will work with other sed versions.
2018-08-14 18:28:47 +02:00
James Tomasino 6dce0f1924 spelling error 2018-07-15 20:32:56 -04:00
James Tomasino d37369df53 small fix for generating burrow roots if never made before 2018-07-15 20:30:51 -04:00
James Tomasino e3f15046b2 added ability to modify root gophermap with "burrow root" 2018-07-15 20:02:15 -04:00
James Tomasino e81fa7d8bd rss fix for type 1 formatting 2018-07-15 11:56:38 -04:00
James Tomasino 9b9377e401 updated version 2018-07-13 16:44:14 -04:00
James Tomasino 3e3bf3a552 rss links properly pathed and typed 2018-07-13 16:43:38 -04:00
James Tomasino 9b2e0221ca small bug fix with last updated touch 2018-07-11 23:48:43 -04:00
James Tomasino cbe6256862 version increased. EDITOR fallback added 2018-07-11 23:44:03 -04:00
James Tomasino e8c105a51c updated version number 2018-07-11 23:39:46 -04:00
James Tomasino 23c2a9909f if root dir exists, create folders from there as defined 2018-07-11 23:36:43 -04:00
James Tomasino d2543cccab error checking to create gophermap properly if not created already 2018-07-11 23:29:41 -04:00
James Tomasino 28e1831369 avoiding copy of tmp file to properly respect umask 2018-07-11 23:18:34 -04:00
James Tomasino 5366ac016b rss item links remove ./ from path 2018-05-01 22:49:37 -04:00
James Tomasino 93e1c41e9c rss feed builds relative links if server and port suppressed 2018-05-01 22:23:48 -04:00
James Tomasino 42892d8cfb missing line breaks 2018-05-01 18:44:32 -04:00
James Tomasino 4d08e72352 testing hidden config switch config_gophermap_omitserver 2018-05-01 18:42:22 -04:00
James Tomasino 2acf982073 title-case rss feed 2018-04-20 20:29:19 -04:00
James Tomasino 6d29f54f93 title-case rss feed 2018-04-20 20:28:12 -04:00
James Tomasino 57eb27f8ad not title-casing rss titles until it can be done posix 2018-04-13 21:18:52 -04:00
James Tomasino 2bc0894201 90% fix for date formatting 2018-04-13 20:43:02 -04:00
James Tomasino de865b1e5a fixed date format of output. still need to fix reading input 2018-04-12 14:39:37 -04:00
James Tomasino 43f504e101 fixed issue with stat 2018-04-12 09:19:54 -04:00
James Tomasino 2a693f66e5 trying column 10 for changing timestamps on BSD stat 2018-04-12 09:07:31 -04:00
James Tomasino 09b031157f flag autoindent isnt set anywhere. remove it 2018-04-11 23:10:19 -04:00
James Tomasino c263bf8903 properly silenced update-git and cd movements 2018-04-11 22:56:39 -04:00
James Tomasino 34b61e9e3a removed bash badge from readme 2018-04-11 22:44:55 -04:00
James Tomasino 3d22e5d275 updated readme and documentation 2018-04-11 22:34:27 -04:00
James Tomasino bc050454ff converted to bourne shell 2018-04-11 22:31:54 -04:00
James Tomasino d79080ac1e version number to 1.4.1 2018-04-09 22:17:38 -04:00
James Tomasino 694e490353 removed unnecessary slash from rss link 2018-04-09 22:11:02 -04:00
James Tomasino 87ffadc19a removed longopts completely for portability 2018-04-09 22:07:57 -04:00
James Tomasino 359dea788b stylistic fixes and shellcheck remediation 2018-04-09 22:00:36 -04:00
James Tomasino b880efa992 avoiding word splitting 2018-04-09 21:57:06 -04:00
James Tomasino 56f5c3f3f6 two minor printf mistakes with --- chars 2018-04-09 21:53:53 -04:00
James Tomasino 7121dd0f29 remaining echos removed 2018-04-09 21:48:04 -04:00
James Tomasino 4535f8f571 rss functions switched from echo to printf 2018-04-09 21:43:16 -04:00
James Tomasino fb193ff7b5 Merge branch 'master' of github.com:jamestomasino/burrow
* 'master' of github.com:jamestomasino/burrow:
  Added Feature Requests section
2018-04-09 21:19:44 -04:00
James Tomasino 4abc2496aa replaced find --not with ! for portability 2018-04-09 21:19:38 -04:00
James Tomasino 3487b590ca
Added Feature Requests section 2018-04-09 20:06:52 -04:00