Commit Graph
194 Commits
Author SHA1 Message Date
Azalea Gui 573eb09f74 [F] Fix reading version requires typing dependency 2023-03-23 21:23:40 -04:00
AzaleaandGitHub e8c9e30920 [PR] #108 from OpenSauce04: Archcraft variants 2023-03-22 19:51:45 -04:00
OpenSauce04 3b8cf64a5e Added archcraft_ascii 2023-03-22 21:46:36 +00:00
OpenSauce04 7d1ec7109f Added archcraft_minimal logo 2023-03-22 21:43:03 +00:00
Azalea Gui d00a3c086d [+] Add omniromantic and pangender, closes #106 2023-03-21 16:03:08 -04:00
Azalea Gui 8c5905c858 [+] Add custom ascii file option, closes #104 2023-03-20 23:31:14 -04:00
AzaleaandGitHub 365ed5a91f [PR] #101 from cs127 - Better color formatting codes
Better colour/formatting codes
2023-03-15 16:33:31 -04:00
Hykilpikonna 859dd3eb83 [+] Add distro option in config #102 2023-03-15 16:29:14 -04:00
cs127 4d6743b886 Better colour codes 2023-03-13 18:00:04 +03:30
Ford Stewart 44a4555bce Improved ensure_git_bash
Better bash detection
Minimized git install now requires input
Moved literal_input function (Had to so I could confirm the minimized git install with it)
2023-03-10 18:18:23 -05:00
Azalea Gui 48d7772b7f [U] Release 1.4.7 2023-02-18 22:04:19 -05:00
Azalea Gui a87e2267ea [O] Add automatically generated notice for distro files
#90 #91 #92
2023-02-10 23:30:58 -05:00
Azalea Gui be475f0211 [-] Remove old catchy_os.py (Fixes #92) 2023-02-10 23:25:16 -05:00
Azalea Gui db69285ec1 [F] Fix generator script quotation escaping #91 #90 2023-02-10 23:05:23 -05:00
Azalea Gui 2860c1efd6 [F] Properly escape path #89 2023-02-08 15:03:40 -05:00
Azalea Gui 99511a4863 [+] Use colorama to fix colors on Windows #45 2023-02-07 18:53:14 -05:00
Azalea Gui 96a48659e5 [O] Global IS_WINDOWS constant 2023-02-07 18:52:37 -05:00
Azalea Gui 6f0e659d90 [F] Add even more paths #84 2023-02-07 18:45:22 -05:00
Azalea Gui 089f669e6a [F] Add more detection path for get_command_path #84 2023-02-07 18:41:19 -05:00
Azalea Gui 212ac1a3df [O] Syntax consistency 2023-02-07 18:24:24 -05:00
rlfx 0bf0473b90 Fix git path being hard-coded This enables running hyfetch on machines without git installed via the git-for-windows installer. 2023-02-07 17:44:19 +01:00
HykilpikonnaandGitHub 1c45b42058 Merge branch 'master' into master 2023-01-20 19:37:06 -05:00
Azalea Gui a2ba1c9ca2 [+] Add burger flag 🍔 2023-01-20 19:34:46 -05:00
cybfuyu a93d17705b add gendervoid flag colors 2023-01-20 22:16:55 +00:00
Azalea Gui 2fda114552 [U] Release 1.4.6 2023-01-14 22:06:01 -05:00
Azalea Gui 7960624185 [+] Compatibility with fastfetch < 1.8.0
#62
2023-01-14 16:36:37 -05:00
Mizuki Cheung 56976cdfdd fix: fix fastfetch raw mode 2023-01-15 03:52:33 +08:00
Julia van der Kris 1aaeae1197 Add aperture science ASCII art 2023-01-09 00:04:29 +01:00
Hykilpikonna 007c82b3f4 [U] Release 1.4.5 2022-12-19 11:13:37 -05:00
Hykilpikonna bc2a8dbf3c [M] Move distro.py to distros/__init__.py 2022-12-11 07:40:53 -05:00
Hykilpikonna 0c4b239266 [+] Try pure-python distro detection 2022-12-11 07:08:09 -05:00
Hykilpikonna 5d392262c1 [F] Unescape backslash 2022-12-11 07:03:10 -05:00
Hykilpikonna 485aa44f3f [F] Lowercase distro detection 2022-12-11 07:02:54 -05:00
Hykilpikonna adc947cecd [+] Generate distro detection script based on glob 2022-12-11 06:54:01 -05:00
Hykilpikonna 6404b37b9e [M] Move distros into hyfetch 2022-12-11 06:23:29 -05:00
Hykilpikonna 2117040796 [F] Fix typo 2022-12-10 21:06:43 -05:00
Hykilpikonna dea5f5b583 [-] Remove debug output 2022-12-10 21:05:25 -05:00
Hykilpikonna 4447313769 [+] Support fastfetch as a *fetch backend
https://github.com/dylanaraps/neofetch/issues/2257
2022-12-10 21:04:38 -05:00
Hykilpikonna 389cd91346 [O] Hide debug arguments from help menu, shorten --test-distro to --distro 2022-12-10 21:00:45 -05:00
Hykilpikonna f786dce40e [M] Move literal types to types.py 2022-12-10 21:00:10 -05:00
Hykilpikonna 2ca7103f1a [-] Remove ascii_len and ascii_lines env variables 2022-12-10 20:32:58 -05:00
Hykilpikonna 7e0b0d7212 [O] Remove print_custom_ascii requirement from neofetch 2022-12-10 20:31:11 -05:00
Your name dd5084fbe8 [+] Add config file arg 2022-12-04 22:44:32 +03:00
Hykilpikonna 1bccaad8fd [F] Implement os detection in termenv
https://github.com/hykilpikonna/hyfetch/issues/16
2022-11-22 14:59:46 -05:00
Hykilpikonna 79a086fcc3 [F] termios cannot be imported on Windows
https://github.com/hykilpikonna/hyfetch/issues/16
2022-11-22 14:52:09 -05:00
Hykilpikonna 5b9271e7e5 [F] Fix terminal stuck in raw mode
https://github.com/hykilpikonna/hyfetch/issues/41
2022-11-20 22:53:37 -05:00
Hykilpikonna 673d995618 [U] Release 1.4.4 2022-11-15 23:34:50 -05:00
Hykilpikonna ed3bb65824 [F] Fix random count being negative when screen is too small 2022-11-10 22:24:38 -05:00
Hykilpikonna e0d7c4885a [F] Fix issues cause by terminal size too small 2022-11-10 22:21:40 -05:00
Hykilpikonna ece7cb1f8f [+] Add instructions to install nightly version 2022-11-05 00:16:57 -04:00