summaryrefslogtreecommitdiffstats
path: root/config/mimetype.toml
AgeCommit message (Collapse)Author
2024-02-27feat: use a pager instead confirm_exit (#498)lali
* Use a pager instead confirm_exit Read the $PAGER environment variable. If it's not set, simply use 'less'. * update mimetype config Signed-off-by: Luterán Lajos <luteranlajos@protonmail.ch>
2023-10-23add `norg` extension (#449)xfzv
Co-authored-by: xfzv <>
2023-10-09add `org` extension (#442)xfzv
closes #441 Co-authored-by: xfzv <>
2023-08-19add more formats to mimetype.toml (#405)xfzv
Co-authored-by: xfzv
2023-05-27Add flake support (#297)Ruixi-rebirth
Add flake support
2022-09-11use Result instead of Option for parsing config filesJeff Zhao
2022-09-11add mimetype support via file commandJeff Zhao
2021-12-03update mimetype.tomlJeff Zhao
2021-10-25Add avif to default config (#98)nonetrix
Avif is a newish image format that is meant to be better than webp and jpg etc more info here https://jakearchibald.com/2020/avif-has-landed/
2021-09-25reformat mimetype.tomlJeff Zhao
2021-05-16fix mimetype.tomlJeff Zhao
2021-05-16update mimetype.tomlJeff Zhao
2021-05-13fix mimetype.tomlJeff Zhao
2021-05-11Add support for .webp in mimetype.tomlnonetrix
Oops should have checked here too :/
2021-05-06update configJeff Zhao
2021-05-01update configJeff Zhao
2021-01-20cd with tilde expansionMatthew Blode
2020-12-15update configsJiayi Zhao
2019-08-05rework how mimetype configuration worksJiayi Zhao
- config file is now easier to visually parse and edit - fix opening files via open_with
2019-06-28update mimetype.tomlJiayi Zhao
2019-06-28update mimetype.tomlJiayi Zhao
2019-05-27update config filesJiayi Zhao
2019-04-30rework how mimetype.toml config worksJiayi Zhao
2019-01-31update mimetype.tomlJiayi Zhao
2019-01-27update example configsJiayi Zhao
2019-01-13add support for extensions and mimetype configuration for app launchingJiayi Zhao
2019-01-07add options to mimetype entries so joshuto doesn't get cluttered with ↵Jiayi Zhao
program output or stops joshuto
2019-01-06change mimetype.toml format to extensions for nowJiayi Zhao
- might go back to actual mimetypes later
2019-01-06move configuration code into config/ folderJiayi Zhao
- change sort related configuration into its own []
2019-01-04update mimetype.tomlJiayi Zhao
2019-01-03update config filesJiayi Zhao
2018-12-27update configsJiayi Zhao
2018-12-24print out current path with ranger like colorsJiayi Zhao
2018-12-24add more mimetype to example configJiayi Zhao
2018-12-23move mimetype config out of joshuto.toml into mimetype.tomlJiayi Zhao