Katie Bohnenkamper
7e2244d504
Readme update about project status
2024-12-03 02:05:54 -06:00
Katie Bohnenkamper
e2f54dd6d5
v3.9.9 commit
v3.9.9
2024-12-03 01:26:14 -06:00
darealshinji
e2ca5ae907
Merge pull request #785 from charliemartinez/master
...
I add the Quirinux distribution, based on Debian.
2023-12-27 19:46:40 +01:00
Charlie Martinez
609395ea9a
I add the Quirinux distribution, based on Debian.
...
https://wiki.debian.org/Derivatives/Census/Quirinux
2023-12-27 18:08:50 +01:00
darealshinji
3bde2c6921
Merge pull request #781 from vndroid/master
...
AlmaLinux Support
2023-12-11 12:34:33 +01:00
vndroid
d4235d2be2
Fix
2023-12-11 18:05:46 +08:00
vndroid
c608f9a623
Update
...
- Add AlmaLinux support
- Add latest Ubuntu version
2023-12-11 18:01:02 +08:00
darealshinji
2ca32a2006
Merge pull request #780 from zealoussnow/patch-1
...
Fix syntax error in macOS
2023-12-07 13:55:43 +01:00
LeoZhang
874539bc10
Fix syntax error in macOS
...
screenfetch-dev: line 1788: [[: sw_vers [-productName|-productVersion|-buildVersion]: syntax error: invalid arithmetic operator (error token is "[-productName|-productVe
rsion|-buildVersion]"
2023-12-07 14:00:57 +08:00
darealshinji
770d9a4878
Merge pull request #776 from ogarcia/doc
...
Update requirements list in the documentation
2023-09-04 15:07:13 +02:00
Óscar García Amor
b1f089344a
Update requirements list in the documentation
2023-09-04 10:29:57 +02:00
darealshinji
b56b044002
Merge pull request #726 from toti787/master
...
Add Rocky Linux Distro support
2023-08-13 15:36:52 +02:00
darealshinji
6cdbba92a5
Merge pull request #773 from drinkcat/master
...
Detect which awk to use
2023-08-05 14:30:51 +02:00
Nicolas Boichat
b49a2334b8
Detect which awk to use
...
Some embedded distributions (e.g. buildroot) may only provide mawk,
without a symlink to awk.
At first glance, awk scripts to appear to work fine with either
gawk or mawk.
2023-08-04 12:55:36 +00:00
darealshinji
2f12dde6d5
Merge pull request #772 from carlosramosgonz/fix-homebrew-macos
...
Fix Homebrew package count on macOS
2023-07-14 16:01:09 +02:00
Carlos Ramos
7942bb2a83
Fix Homebrew package count on macOS. Newer versions of Homebrew use /opt instead of /usr/local by default
2023-07-13 22:14:55 +02:00
darealshinji
fb602f8416
Merge pull request #765 from irliao/fix-macos-sw_vers
...
Replace grep with --productVersion and --buildVersion option when calling sw_vers
2023-05-06 19:19:59 +02:00
Ryan Liao
bbf4ebab79
Replace grep with --productVersion and --buildVersion option when calling sw_vers
2023-05-06 09:58:29 -07:00
darealshinji
f497b8f44d
Merge pull request #757 from ncfavier/patch-1
...
Use non-experimental Nix CLI
2022-12-31 11:49:57 +01:00
Naïm Favier
d2b0f2bd0a
Use non-experimental Nix CLI
...
`nix path-info` requires the experimental `nix-command` feature to be enabled.
2022-12-24 14:56:26 +01:00
darealshinji
fbb5ea90a0
Merge pull request #755 from dino-/issue754-grep-warning
...
Fix for grep warning about stray \
2022-11-26 14:53:17 +01:00
Dino Morelli
26114ebaa9
Fix for grep warning about stray \
...
A recent change to grep has made this generate a warning. It's been
showing up whenever screenfetch is executed. Fixed.
Closes gh-754
2022-11-25 13:24:17 -05:00
darealshinji
29ffa86d85
Merge pull request #737 from jda/devtmpfs
...
ignore devtmpfs in disk space calculations
2021-11-14 18:34:20 +01:00
Jade Angrboða
9f6a62a812
ignore devtmpfs
2021-09-26 18:52:17 -07:00
toti787
07ebc6ea58
Fixed up logo
2021-06-04 19:51:50 +00:00
toti787
ad495dc101
Add Rocky Linux Distro support
2021-06-04 13:30:15 +00:00
darealshinji
c3a4789044
Merge pull request #665 from PJB3005/20-02-18-pwsh
...
Detect Powershell version.
2021-05-23 18:58:11 +02:00
darealshinji
2cd6ce5307
Merge pull request #658 from sulincix/sulincix-patch-1
...
SulinOS Logo
2021-05-16 13:51:50 +02:00
darealshinji
cd8a554214
Merge pull request #720 from hginzel/hg
...
Remove trailing whitespace characters
2021-05-16 13:50:53 +02:00
darealshinji
8fd2a1baa1
Merge pull request #718 from klpnt/master
...
New ASCII logo for Fedora
2021-05-16 13:49:55 +02:00
darealshinji
97c6ff5c32
Merge pull request #719 from efectn/master
...
Add TeArch Linux.
2021-05-16 13:48:32 +02:00
Hans Ginzel
6314543381
Remove trailing whitespace characters
...
# https://stackoverflow.com/questions/149057/how-to-remove-trailing-whitespace-of-all-files-recursively
export LC_CTYPE=C LANG=C
find . -not \( -name .svn -prune -o -name .git -prune \) -type f -print0 | perl -0ne 'print if -T' | xargs -0 sed -Ei 's/[[:blank:]]+$//'
2021-04-29 10:52:36 +02:00
M. Efe Çetin
a63e9bd886
Update screenfetch-dev
2021-04-26 17:38:53 +03:00
Efe Çetin
b0443edf6c
Fix indent
2021-04-26 17:35:43 +03:00
Efe Çetin
19109bb54f
Add TeArch Linux.
2021-04-26 17:33:27 +03:00
klapointe
639b035b3f
Added new ASCII for Fedora
2021-04-21 10:36:16 -04:00
klapointe
d299716957
Added new ASCII for Fedora
2021-04-21 10:31:42 -04:00
klapointe
33da1811ec
Added new ASCII logo for Fedora
2021-04-16 13:38:39 -04:00
Anton Bulakh
7b8774cc31
Fix awesomewm theme detection, closes #690 ( #713 )
2021-03-22 11:26:45 -05:00
KittyKatt
e9ee998e4b
Hopefully this fixes DESKTOP_SESSION issues presented in #711
2021-03-19 08:50:30 -05:00
dalto8
eb635a7e78
Handle languages with no whitespace in free ( #708 )
2021-03-18 20:43:28 -05:00
Hayao (山田ハヤオ)
685b475d63
Add AlterLinux ( #683 )
2021-03-18 14:09:07 -05:00
Brett
c95381e085
Merge pull request #679 from johannes-schmatz/johannes-schmatz-archlinux32-patch-1
...
adding support for Arch Linux 32
2021-02-25 08:40:27 -06:00
Brett
3570e2ca47
Merge pull request #699 from hubenchang0515/master
...
Add a logo of UOS, the commercial version of Deepin
2021-02-25 08:35:40 -06:00
Brett
f430d0ee52
Merge pull request #702 from Jacksonzwang/master
...
Detect CentOS Stream correctly
2021-02-25 08:34:56 -06:00
Brett
5043e57235
Merge pull request #707 from takattila/custom-lines
...
[ Using a flag ] allow adding custom lines of text to the screenfetch output
2021-02-25 08:34:22 -06:00
takattila
4492ea8021
Updated README -> Add custom (extra) lines
2021-02-22 19:12:14 +01:00
Takacs Attila
fbe36b2cf6
Add custom lines using '-C' flag
2021-02-22 17:03:38 +01:00
Jacksonzwang
5cc2aa1a15
Update CentOS Stream Support
2021-02-05 16:50:14 +08:00
hubenchang0515
03430e8c9f
Add logo of UOS, which is the commercial version of deepin
2021-01-18 14:00:57 +08:00