Added config file functionality
This commit is contained in:
parent
8d5ccc76ad
commit
ed14e1a562
3
1.1.md
3
1.1.md
|
@ -1,5 +1,8 @@
|
||||||
# Fetch 1.1 changelog
|
# Fetch 1.1 changelog
|
||||||
|
|
||||||
|
- 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.
|
||||||
- If `w3m` or `imagemagick` aren't installed we gracefully fallback to no image mode.
|
- If `w3m` or `imagemagick` aren't installed we gracefully fallback to no image mode.
|
||||||
- Fix padding escape codes on BSD systems.
|
- Fix padding escape codes on BSD systems.
|
||||||
- Swap escape codes from `\e` to `\033` for consistency.
|
- Swap escape codes from `\e` to `\033` for consistency.
|
||||||
|
|
Reference in New Issue