Commit graph

5858 commits

Author SHA1 Message Date
Azalea (on Windows VM)
10a2367077 [F] Fix windows support 2022-08-18 00:53:52 -04:00
Hykilpikonna
fd2dfb80ce
[F] Fix secret name cannot start with GITHUB 2022-08-15 11:28:38 -04:00
Hykilpikonna
821b3069be
[PR] #15 from Aleksanaa: Add release workflow 2022-08-15 11:17:35 -04:00
Aleksana
d3377f5cf3
add --all
add --all so final commit to release branch will also update
2022-08-15 13:14:06 +08:00
Aleksana
dd944cb5a5
add some magic to merge to parent branch
This commit make it merge to parent branch instead of `master` branch, i.e. you are working on a branch called `refactor` and making a branch `release/2.0`, changes will be applied to `refactor` instead of `master`.
2022-08-15 13:11:10 +08:00
Aleksana
8500873387
add release workflow 2022-08-15 11:14:41 +08:00
Azalea (on HyDEV-Daisy)
e0d05b4643 [U] Update readme 2022-08-14 13:00:57 -04:00
Azalea (on HyDEV-Daisy)
80c15d9d51 [O] Optimize color arrangement selection on smaller screens 2022-08-14 12:59:36 -04:00
Azalea (on HyDEV-Daisy)
bc7339969f [+] Terminal size warning 2022-08-14 12:58:27 -04:00
Azalea (on HyDEV-Daisy)
d9a31fd78e [F] Fix version import 2022-08-14 12:27:03 -04:00
Azalea (on HyDEV-Daisy)
d31c87796f [U] Update changelog 2022-08-14 12:26:36 -04:00
Azalea (on HyDEV-Daisy)
c52d9dca66 [F] Fix empty bracket displayed when no theme is present
https://github.com/dylanaraps/neofetch/pull/1713
2022-08-14 12:23:28 -04:00
Azalea (on HyDEV-Daisy)
48dc7eee76 [F] Fix workflow typo
https://github.com/hykilpikonna/hyfetch/pull/13
2022-08-14 00:01:15 -04:00
Azalea (on HyDEV-Daisy)
edf62e98e3 [+] Import readline for interactive config menu 2022-08-13 15:29:47 -04:00
Azalea (on HyDEV-Daisy)
0837ac87cf [O] Optimize, fix python 3 conventions 2022-08-13 15:24:00 -04:00
Hykilpikonna
71dd40ecb9
[PR] #14 from larobitrumpet: Paginate flags 2022-08-13 15:18:02 -04:00
Lucy Robillard
69738f06e8
Paginate flags 2022-08-13 11:26:58 -07:00
Azalea (on HyDEV-Daisy)
05801ca9d2 Revert "Add another user"
This reverts commit c431695eee.
2022-08-13 11:42:58 -04:00
Azalea (on HyDEV-Daisy)
42a6a55c9e [U] Update readme 2022-08-13 11:28:45 -04:00
Azalea (on HyDEV-Daisy)
d1b69b7852 Merge branch 'master' of github.com:hykilpikonna/hyfetch 2022-08-13 11:24:41 -04:00
Azalea (on HyDEV-Daisy)
ccecf6424d [F] Fix hostname compatibility
https://github.com/dylanaraps/neofetch/pull/2095
https://github.com/dylanaraps/neofetch/issues/2094
2022-08-13 11:24:37 -04:00
Hykilpikonna
af1a3857eb
[PR] #13 from Aleksanaa: Auto deploy to AUR
Add a new workflow
2022-08-13 10:39:44 -04:00
Aleksana
c431695eee
Add another user
Add another user to avoid ssh keys being stolen by malicious code
2022-08-13 22:35:02 +08:00
Aleksana
3cc8a6cf01
Change my name 2022-08-13 21:20:37 +08:00
Aleksana
a732d37157
Add a new workflow 2022-08-13 19:33:15 +08:00
Azalea (on HyDEV-Daisy)
dce75a7d6d [+] Create deploy checklist 2022-08-12 20:39:06 -04:00
Azalea (on HyDEV-Daisy)
3f220b5270 [U] Update distro list, generate man page 2022-08-12 20:29:57 -04:00
Azalea (on HyDEV-Daisy)
900820ffee [U] Release v1.4.0 2022-08-12 20:27:38 -04:00
Azalea (on HyDEV-Daisy)
7559fc516a [U] Update readme 2022-08-12 20:11:44 -04:00
Azalea (on HyDEV-Daisy)
e3c799ae9e [PR] dylanaraps/neofetch#1877 from AtifChy - st xresources patch support
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1877
Thanks to @AtifChy

Co-authored-by: AtifChy <iftakhar.awal@yahoo.com>
2022-08-12 19:51:58 -04:00
Azalea (on HyDEV-Daisy)
664b7c2e30 [PR] dylanaraps/neofetch#2034 from subnut - Use /proc/.../cmdline instead of /proc/.../comm
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2034
Thanks to @subnut

Co-authored-by: Subhaditya Nath <sn03.general@gmail.com>
2022-08-12 19:41:43 -04:00
Subhaditya Nath
2fb6f214eb Use /proc/.../cmdline instead of /proc/.../comm
/proc/.../comm is limited to 16 bytes. So, long terminal names like
io.elementary.terminal (default terminal for Elementary OS) gets
truncated to 15 characters.
2022-08-12 15:25:51 +05:30
Azalea (on HyDEV-Daisy)
086705ff07 [U] Update readme 2022-08-12 02:39:07 -04:00
Azalea (on HyDEV-Daisy)
783a006abf [PR] dylanaraps/neofetch#1963 from blackdragon2447 - added compatibility with LeftWM temes
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1963
Thanks to @blackdragon2447

Co-authored-by: blackdragon2447 <blackdragon2447@e.email>
2022-08-12 00:12:00 -04:00
Azalea (on HyDEV-Daisy)
b0b4ef9d80 [PR] dylanaraps/neofetch#1642 from rasa - neofetch: Strengthen scoop/choco app reporting
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1642
Thanks to @rasa

Co-authored-by: Ross Smith II <ross@smithii.com>
2022-08-12 00:00:10 -04:00
Azalea (on HyDEV-Daisy)
6c665d9c6c [PR] dylanaraps/neofetch#1797 from EmptiedSoul - Rebased HarDClanZ Linux
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1797
Thanks to @EmptiedSoul

Co-authored-by: emptiedsoul <arslesin@icloud.com>
2022-08-11 23:42:58 -04:00
Azalea (on HyDEV-Daisy)
078ff79c16 [PR] dylanaraps/neofetch#1902 from MatusModder - Added MatuusOS
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1902
Thanks to @MatusModder

Co-authored-by: MatusModder <76532262+MatusModder@users.noreply.github.com>
2022-08-11 23:38:27 -04:00
Azalea (on HyDEV-Daisy)
e31d3df4c6 [O] Unify shellcheck disable list 2022-08-11 23:31:49 -04:00
Azalea (on HyDEV-Daisy)
2a84f63fd5 [PR] dylanaraps/neofetch#1666 from vicchi - Add (rudimentary) Synology DSM support
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1666
Thanks to @vicchi

Co-authored-by: vicchi <gary@vicchi.org>
2022-08-11 23:29:49 -04:00
Azalea (on HyDEV-Daisy)
39e5dd0471 [+] PR statistics feature 2022-08-11 23:14:16 -04:00
Azalea (on HyDEV-Daisy)
503cc3ec98 [O] Fix duplicated variable
https://github.com/dylanaraps/neofetch/pull/1588
2022-08-11 22:26:33 -04:00
Azalea (on HyDEV-Daisy)
3f4b5b2a1f [PR] dylanaraps/neofetch#1588 from dvogit - FreeBSD Host Model Patch
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1588
Thanks to @dvogit

Co-authored-by: Dvonik <dvogit@protonmail.com>
2022-08-11 22:20:53 -04:00
Azalea (on HyDEV-Daisy)
1d9fac6f1f [F] Missing brackets 2022-08-11 22:14:21 -04:00
Azalea (on HyDEV-Daisy)
c176e6ffae [O] Display number of sockets for multi-cpu systems
Fix for https://github.com/dylanaraps/neofetch/issues/1574
Corrected implementation of https://github.com/dylanaraps/neofetch/pull/1585
2022-08-11 22:12:20 -04:00
Azalea (on HyDEV-Daisy)
eeead8d7c3 [PR] dylanaraps/neofetch#1543 from Syphist - Strip color codes from ascii art line length calculations
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1543
Thanks to @Syphist

Co-authored-by: Syphist <thesyphist@gmail.com>
2022-08-11 21:23:35 -04:00
Azalea (on HyDEV-Daisy)
9cf4b6cdcb [PR] dylanaraps/neofetch#1149 from alaughlin - adding cursor theme support
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1149
Thanks to @alaughlin

Co-authored-by: Adam Laughlin <adamlaughlin@outlook.com>
2022-08-11 21:15:26 -04:00
Azalea (on HyDEV-Daisy)
42ca4dd5bd [F] Fix shellcheck 2022-08-11 21:06:28 -04:00
Azalea (on HyDEV-Daisy)
1f55b8d2e8 [PR] dylanaraps/neofetch#1134 from bessonm - Improve nix support with termite
Upstream PR: https://github.com/dylanaraps/neofetch/pull/1134
Thanks to @bessonm

Co-authored-by: bessonm <besson.mael@gmail.com>
2022-08-11 20:55:34 -04:00
Azalea (on HyDEV-Daisy)
002a10466f [U] Update PR list 2022-08-11 20:55:30 -04:00
Azalea (on HyDEV-Daisy)
8278b92e12 [O] Manually commit for deleted PR 2022-08-11 20:55:19 -04:00