Muhammad Herdiansyah
e8dc4670e1
stdout: Disable color_blocks
2017-08-04 01:29:29 +07:00
Muhammad Herdiansyah
c6c603066b
Merge remote-tracking branch 'pullreq/pr/799'
2017-08-04 00:31:35 +07:00
Muhammad Herdiansyah
faa71d0f95
Docs: CHANGELOG and manpage
2017-08-04 00:15:55 +07:00
Muhammad Herdiansyah
04c22a8edd
Misc: Reimplement stdout
2017-08-03 15:16:52 +07:00
Muhammad Herdiansyah
0a5a741e00
Image: Add path to NixOS w3m-img
2017-07-25 03:51:23 +07:00
Muhammad Herdiansyah
c89bf85671
Merge remote-tracking branch 'pr/784' into master
2017-07-23 12:53:00 +07:00
Muhammad Herdiansyah
fe9a379d8c
CPU: Add CPU temp separately instead of embedding them in speed
2017-07-23 12:48:38 +07:00
Muhammad Herdiansyah
906e7cc408
Docs: CHANGELOG and manpage
2017-07-22 22:13:05 +07:00
Muhammad Herdiansyah
bc549ce075
ASCII: Add mac_small
2017-07-22 22:13:03 +07:00
Muhammad Herdiansyah
de108fec2b
ASCII: Add nixos_small
2017-07-22 21:33:46 +07:00
Muhammad Herdiansyah
ab1f72e429
ASCII: Add debian_small
2017-07-22 21:20:33 +07:00
Muhammad Herdiansyah
b058193ce2
ASCII: Add freebsd_small
2017-07-22 21:09:18 +07:00
Muhammad Herdiansyah
92b68e506e
CPU: Separate Mac CPU cores addition
...
Well, at least now I know why the CPU cores were added that way.
2017-07-21 15:15:05 +07:00
Muhammad Herdiansyah
9c5dbcdfd6
CPU: Strip spaces from speed output
2017-07-20 19:38:56 +07:00
Muhammad Herdiansyah
8aeb0e4fb1
Resolution: Fix awk error when not using GNU awk
...
Fixes #781
2017-07-19 23:14:01 +07:00
Muhammad Herdiansyah
1dee216fb5
Misc: Remove all 2>/dev/null instances and put it into one single exec
2017-07-18 21:43:56 +07:00
Muhammad Herdiansyah
b811d521a1
Install Date [Convert Time]: Remove leading zero from output
...
The leading zero in some ls output caused bash to interpret the output
as octal numbers, leading to the "value too great for base" error like
the AIX/IRIX uptime.
2017-07-18 14:31:53 +07:00
Muhammad Herdiansyah
c4c6afeaf1
Docs: Attribution
2017-07-17 16:24:20 +07:00
Muhammad Herdiansyah
d6697845f6
Docs: CHANGELOG
2017-07-17 11:04:51 +07:00
Herdiansyah and GitHub
f057259bdf
Merge pull request #778 from mstraube/parsix
...
OS: Add support for Parsix
2017-07-17 11:02:36 +07:00
Muhammad Herdiansyah
60bdea15bb
CPU: Remove unneeded output for AMD
2017-07-16 16:51:24 +07:00
Muhammad Herdiansyah
e305140e8d
Distro [BSD]: Use -m instead of -p
2017-07-16 16:46:30 +07:00
Herdiansyah and GitHub
2b44c993bb
Merge pull request #776 from mstraube/general
...
General: Remove another awk call
2017-07-15 00:15:34 +07:00
Muhammad Herdiansyah
03f85176df
Merge pull request #773 from konimex/cpu
...
CPU: Various CPU changes
2017-07-14 14:18:27 +07:00
Muhammad Herdiansyah
a503fb975c
CPU: Deprecate cpu_shorthand in favor of cpu_brand
2017-07-14 14:09:21 +07:00
Muhammad Herdiansyah
139617e293
Docs: CHANGELOG
2017-07-14 14:02:19 +07:00
Muhammad Herdiansyah
91372f1cde
CPU [Linux]: Add fallback speed method for PowerPC systems.
2017-07-14 02:38:02 +07:00
Muhammad Herdiansyah
2e1c942491
CPU [Speed]: Use the cpu_cores approach instead of deleting it manually.
...
This way, we don't have to replace the "@" with "($cores) @" and remove
the CPU speed from the output.
2017-07-14 02:33:16 +07:00
Muhammad Herdiansyah
1378d3b33e
Docs: Attribution
2017-07-14 00:00:49 +07:00
Herdiansyah and GitHub
1be4af24f2
Merge pull request #771 from konimex/cpu
...
CPU: Fix inaccurate speed for processors below 1GHz
2017-07-13 19:15:44 +07:00
Muhammad Herdiansyah
8f975faa6b
Docs: CHANGELOG
2017-07-13 19:06:55 +07:00
Muhammad Herdiansyah
2e338529b8
Docs: Update manpage and config
2017-07-13 19:06:52 +07:00
Muhammad Herdiansyah
403e66e74e
Misc: Update Config documentation
2017-07-13 18:47:59 +07:00
Muhammad Herdiansyah
63b26285fb
CPU: Fix inaccurate speed for processors below 1GHz
2017-07-13 18:42:44 +07:00
Muhammad Herdiansyah
347854b296
CPU [NetBSD]: Added temp support
2017-07-13 18:31:39 +07:00
Muhammad Herdiansyah
c3c6404990
Docs: CHANGELOG
2017-07-13 01:56:05 +07:00
Herdiansyah and GitHub
b669e9cab7
Merge pull request #767 from mstraube/kde
...
Fix KDE themes
2017-07-13 01:53:35 +07:00
Muhammad Herdiansyah
b95e030525
Distro: Put GoboLinux versioning below lsb_release
...
lsb_release can handle GoboLinux properly, it seems. So the fallback
detection can be used if lsb_release fails.
2017-07-13 01:40:39 +07:00
Herdiansyah and GitHub
20185e51a6
Merge pull request #765 from konimex/make
...
Misc: Add back Makefile
2017-07-12 14:07:03 +07:00
Muhammad Herdiansyah
033bb23774
Misc: Add back Makefile and remove install script
2017-07-11 22:13:33 +07:00
Muhammad Herdiansyah
76d6fefeea
Uptime [AIX/IRIX]: Remove leading zeroes from output
...
From bash(1):
> Constants with a leading 0 are interpreted as octal numbers. A
> leading 0x or 0X denote hexadecimal.
This causes error in uptime calculation.
2017-07-10 01:17:58 +07:00
Muhammad Herdiansyah
8b3b0be709
Misc: Shellcheck fix SC2188
2017-07-09 17:57:53 +07:00
Muhammad Herdiansyah
c290bcaaa5
Misc: Add back missing clause of license into program and manpage
2017-07-09 01:55:32 +07:00
Muhammad Herdiansyah
2eca41ddf2
Docs: CHANGELOG
2017-07-01 18:18:56 +07:00
Herdiansyah and GitHub
27aa9df21b
Merge pull request #754 from konimex/install-sh
...
Misc: Removed Makefile and added install script
2017-07-01 18:05:23 +07:00
Muhammad Herdiansyah
a31a445e9f
Installscript: Update with latest config filename
2017-07-01 17:19:46 +07:00
Muhammad Herdiansyah
24131bf430
Merge branch 'master' into install-sh
2017-07-01 17:17:52 +07:00
Muhammad Herdiansyah
b0a0454f52
CPU: Remove unneeded outputs from AMD APUs
2017-06-30 13:36:56 +07:00
Muhammad Herdiansyah
6a483c1ad5
Docs: Changelog
2017-06-28 06:57:40 +07:00
Muhammad Herdiansyah
d57806c95f
Term (SSH): Break from loop regardless of $SSH_TTY output
...
Fixes #760
2017-06-28 06:38:07 +07:00
Muhammad Herdiansyah
ca78d52d5f
Misc: Remove comments
2017-06-28 02:00:14 +07:00
Muhammad Herdiansyah
062dbcda9a
Installscript: Use POSIX-compliant sh instead of bash
2017-06-24 23:44:55 +07:00
Muhammad Herdiansyah
0fa5e77124
CPU [AIX]: Use lsattr instead of prtconf for faster output
2017-06-23 16:32:18 +07:00
Muhammad Herdiansyah
2c11f83b2b
CPU [AIX]: Use prtconf -s for faster speed output
2017-06-23 16:32:18 +07:00
Muhammad Herdiansyah
789ff58583
Model [AIX]: Reduce dependency on prtconf
2017-06-23 16:32:18 +07:00
Herdiansyah and GitHub
a032067e54
Merge pull request #757 from konimex/arm
...
CPU [Linux]: Fix inaccurate ARM CPU on SoC systems
2017-06-22 13:00:48 +07:00
Muhammad Herdiansyah
633a05175d
Docs: Changelog
2017-06-22 12:53:37 +07:00
Muhammad Herdiansyah
45d78359a7
CPU [Linux]: Fix inaccurate ARM CPU on SoC systems
2017-06-22 04:28:47 +07:00
Muhammad Herdiansyah
681208fa21
Distro: Get $machine_arch case outside the if statement
...
So if $os_arch=off, then the machine_arch will still be populated.
2017-06-22 04:09:38 +07:00
Muhammad Herdiansyah
1b2b93737a
Docs: Changelog
2017-06-20 21:11:19 +07:00
Herdiansyah and GitHub
7118516541
Merge pull request #708 from dylanaraps/irix
...
OS: Add initial support for IRIX
2017-06-20 21:10:20 +07:00
Muhammad Herdiansyah
3c03a8379e
CPU [IRIX]: Remove unneeded output
2017-06-20 20:48:56 +07:00
Muhammad Herdiansyah
2837d9bed1
ASCII: Fix ASCII not appearing in IRIX64 systems
2017-06-20 20:48:16 +07:00
Muhammad Herdiansyah
0b54a97c04
Misc: Add /usr/etc to PATH
...
It seems IRIX needs to access /usr/etc to be able to access
ifconfig.
2017-06-20 20:45:00 +07:00
Muhammad Herdiansyah
38f0ac6a84
Disk [IRIX]: Fix Total Disk appears like used ones
2017-06-20 20:37:32 +07:00
Muhammad Herdiansyah
29ae56d87a
Misc: Delete the leading slash
2017-06-20 18:39:35 +07:00
Muhammad Herdiansyah
8665cbb4eb
Misc: Different behaviors if PREFIX is empty
2017-06-20 18:28:19 +07:00
Muhammad Herdiansyah
96103a757f
Misc: Removed Makefile and added install script
2017-06-20 16:43:35 +07:00
Muhammad Herdiansyah
3b82a89c24
Distro [IRIX]: use -p for machine_arch
2017-06-10 13:27:23 +07:00
Muhammad Herdiansyah
69b642b759
Merge branch 'master' of github.com:dylanaraps/neofetch into irix
2017-06-10 13:07:44 +07:00
Herdiansyah and GitHub
3314f7e38d
Merge pull request #746 from konimex/uname
...
Distro: Refactor $machine_arch
2017-06-10 12:52:20 +07:00
Muhammad Herdiansyah
89fec98db8
docs: changelog
2017-06-10 12:47:00 +07:00
Muhammad Herdiansyah
2d1d689dd0
Distro [uname]: Remove macOS, add Haiku to use -p
2017-06-10 12:44:30 +07:00
Muhammad Herdiansyah
c0fb89ce40
Distro: Refactor $machine_arch
2017-06-10 01:02:25 +07:00
Muhammad Herdiansyah
04bdb70227
CPU [Solaris]: Truncate garbage output in SPARC systems
2017-06-09 23:36:25 +07:00
Muhammad Herdiansyah
fd8f5145cb
Disk [AIX df]: Changed df versioning detection
2017-06-09 23:20:01 +07:00
Muhammad Herdiansyah
c7c84fcbba
Term: Break from loop if PPID can't be accessed/not found
2017-06-04 00:07:16 +07:00
Herdiansyah and GitHub
ab1e05adff
Merge pull request #740 from konimex/ssh
...
Terminal: Disable terminal detection if device is connected over SSH
2017-06-03 14:06:24 +07:00
Muhammad Herdiansyah
b355096f4c
docs: changelog
2017-06-03 13:56:15 +07:00
Muhammad Herdiansyah
4c22e1f19f
Memory [FreeBSD]: Fix inaccurate free memory calculation
2017-06-03 13:42:02 +07:00
Muhammad Herdiansyah
6762381a82
Terminal: Disable terminal detection if device is connected over SSH
2017-06-02 19:29:18 +07:00
Muhammad Herdiansyah
4364e67d6c
Kernel [IRIX]: Better words
2017-05-24 12:00:44 +07:00
Muhammad Herdiansyah
6cb37b91a7
CPU [IRIX]: Fix speed
2017-05-24 11:48:08 +07:00
Muhammad Herdiansyah
b88e86e856
Disk [IRIX]: Fewer LoCs
2017-05-24 11:42:38 +07:00
Muhammad Herdiansyah
86b309aeef
CPU [IRIX]: Removed note
...
Well, nevermind. Turns out I read the code the wrong way...
2017-05-22 22:16:37 +07:00
Muhammad Herdiansyah
7f17306080
CPU [IRIX]: Fix CPU speed.... kinda.
2017-05-22 16:50:24 +07:00
Muhammad Herdiansyah
8f7b330bf7
Distro [GuixSD]: Add version and shorthand option
2017-05-18 21:38:07 +07:00
Muhammad Herdiansyah
0b77804a65
Packages [IRIX]: Added initial support
2017-05-16 15:08:32 +07:00
Muhammad Herdiansyah
2b59262928
Memory [IRIX]: Shellcheck compliance
2017-05-16 15:08:27 +07:00
Muhammad Herdiansyah
2fcbc778f1
Memory [IRIX]: Added initial support
2017-05-16 14:58:47 +07:00
Muhammad Herdiansyah
928bb6296d
Disk [IRIX]: Added support
2017-05-16 14:47:35 +07:00
Muhammad Herdiansyah
d0cb265517
Install Date [IRIX]: Added initial support
2017-05-15 21:18:31 +07:00
Muhammad Herdiansyah
2212cab688
Disk [AIX df]: Add version detection
2017-05-13 11:36:30 +07:00
Muhammad Herdiansyah
ea1f853c2a
Disk: Detect df version instead of detecting df per OS
2017-05-12 23:31:38 +07:00
Muhammad Herdiansyah
ff3f0198d7
Disk: Separate IRIX detection from the rest of the OS
2017-05-11 10:56:31 +07:00
Muhammad Herdiansyah
05171be3a1
Local IP [IRIX]: Added initial support
2017-05-08 22:12:03 +07:00
Muhammad Herdiansyah
a3af0a3f3e
Uptime [IRIX]: Use AIX method
2017-05-08 17:59:48 +07:00
Muhammad Herdiansyah
e96d0e4cf6
Kernel [IRIX]: Disable function
2017-05-08 17:49:47 +07:00
Muhammad Herdiansyah
00e2006e48
CPU [IRIX]: Initial support
2017-05-08 17:43:26 +07:00
Herdiansyah and GitHub
55420c3c30
Merge pull request #711 from konimex/fallback
...
Misc: Use fallback values for some functions
2017-05-02 16:47:16 +07:00