Added option to enable/disable config files and cleaned up comments in config

This commit is contained in:
Dylan
2016-01-30 11:30:21 +11:00
parent 91034c3d7e
commit c072c9a240
3 changed files with 11 additions and 59 deletions

3
1.1.md
View File

@@ -2,7 +2,8 @@
- Fetch now has a config file that you can share with people and<br \>
keep between script versions!
- Added `--config` and `$config` to specify a custom config location.
- Added `--config` and `$config_file` to specify a custom config location.
- Added `$config` to enable / disable config files
- If `w3m` or `imagemagick` aren't installed we gracefully fallback to no image mode.
- Fix padding escape codes on BSD systems.
- Swap escape codes from `\e` to `\033` for consistency.