Commit Graph
100 Commits
Author SHA1 Message Date
Muhammad Herdiansyah 60ab558dec Resolution: Added support for AIX 2017-01-08 15:55:13 +07:00
Muhammad Herdiansyah f419c1c50e GPU: Added initial support for AIX 2017-01-08 15:55:13 +07:00
Muhammad Herdiansyah 367a5c83b6 CPU Usage: Added initial support for AIX 2017-01-08 15:55:13 +07:00
Muhammad Herdiansyah 4626349b4d CPU: Added initial support for AIX 2017-01-08 15:55:13 +07:00
Muhammad Herdiansyah 0cfe6f3608 Distro: Added support for AIX 2017-01-08 15:55:13 +07:00
Muhammad Herdiansyah 5661475a15 OS: Added initial support for AIX 2017-01-08 15:55:13 +07:00
HerdiansyahandGitHub 3f228c0a47 Docs: README 2017-01-07 13:38:57 +07:00
HerdiansyahandGitHub 19b55b2e86 Docs: CHANGELOG 2017-01-07 13:36:25 +07:00
Muhammad Herdiansyah c4dc3ab3a8 OS: Added support for Windows (MSYS2) 2017-01-07 13:35:52 +07:00
Muhammad Herdiansyah 5a311dc86a Misc: Update Copyright to 2017 2017-01-06 19:16:44 +07:00
Muhammad Herdiansyah 32e37f514b Docs: CHANGELOG 2017-01-06 19:10:18 +07:00
Muhammad Herdiansyah 4fe7225015 ASCII: Added small Void Linux 2017-01-06 19:05:09 +07:00
Muhammad Herdiansyah 601b64c692 ASCII: Added small Alpine Linux 2017-01-06 18:57:54 +07:00
Muhammad Herdiansyah ca0161b484 Docs: CHANGELOG 2017-01-05 13:58:15 +07:00
Muhammad Herdiansyah c8bd5d4ea2 Memory: Fixed inaccurate memory in Solaris 2017-01-05 13:55:28 +07:00
Muhammad Herdiansyah ca3e88b934 CPU/CPU Usage: Fixed cores not showing in Solaris
In Oracle Solaris, its default grep doesn't have -F option, only xpg4
has it, so a new PATH has to be added because somehow Oracle doesn't
include them into the default PATH.
2017-01-04 22:45:08 +07:00
HerdiansyahandGitHub 64e3778b93 Merge pull request #593 from mstraube/suse
ASCII: Fix SUSE logo not displayed
2017-01-04 17:44:55 +07:00
HerdiansyahandGitHub 6057b8c7fb Merge pull request #589 from mstraube/syntax
General: Fix arithmetic expression
2017-01-03 19:40:36 +07:00
HerdiansyahandGitHub d855121612 Merge pull request #581 from konimex/install_date
Install Date: Rewrite function
2017-01-02 11:28:43 +07:00
Muhammad Herdiansyah 6bde4b5a8f Docs: CHANGELOG 2017-01-02 11:18:01 +07:00
Muhammad Herdiansyah fbb268edc8 Install Date: Added ls command for Toybox 2017-01-01 20:00:11 +07:00
Muhammad Herdiansyah b8af8fd69a Install Date: Only use relevant flags for ls 2017-01-01 20:00:09 +07:00
Muhammad Herdiansyah bee922eb43 Install Date: Rewrite function 2017-01-01 19:59:23 +07:00
Muhammad Herdiansyah ce63709b06 Shell: Disable version detection for ash and dash 2017-01-01 15:07:10 +07:00
HerdiansyahandGitHub c64e187bd1 Docs: CHANGELOG 2016-12-29 15:30:27 +07:00
Muhammad Herdiansyah 72ce23befb Docs: Better manpage format 2016-12-29 15:26:44 +07:00
Muhammad Herdiansyah 058ee8a211 ASCII: Added ASCII for Joyent SmartOS 2016-12-28 17:55:04 +07:00
HerdiansyahandGitHub fa2600248e Docs: CHANGELOG 2016-12-28 16:31:05 +07:00
HerdiansyahandGitHub 536bd4cf40 OS: Added support for Gentoo/FreeBSD (PR #572) 2016-12-28 16:30:06 +07:00
Muhammad Herdiansyah e7b90d0864 Distro: Suppressed errors 2016-12-28 15:13:55 +07:00
Muhammad Herdiansyah e4d7baecaf Distro: Apply suggestion 2016-12-28 15:13:55 +07:00
Muhammad Herdiansyah 2bad735fb3 Packages: Separate FreeBSD pkg from Linux/Solaris pkg detection 2016-12-28 15:13:55 +07:00
Muhammad Herdiansyah 5f48a04bda Packages: Merged Linux and BSD package detection 2016-12-28 15:13:55 +07:00
Muhammad Herdiansyah 7726133333 OS: Merged Linux and BSD distro detection 2016-12-28 15:11:32 +07:00
Muhammad Herdiansyah 0386551664 ASCII: Fixed Gentoo ASCII not appearing on distro_shorthand=off 2016-12-28 15:10:35 +07:00
Muhammad Herdiansyah c25cc146a1 Model: Removed more dummy OEM stuff
Source: https://redd.it/5k8wai/
2016-12-26 14:12:27 +07:00
Muhammad Herdiansyah c7f9283bde General: Changed manpage generation command 2016-12-25 20:16:02 +07:00
Muhammad Herdiansyah 139b37d5a0 Docs: CHANGELOG 2016-12-25 19:02:26 +07:00
Muhammad Herdiansyah 8f220d8729 Install Date: Add an option to use 24h or 12h in time format 2016-12-25 16:01:37 +07:00
Muhammad Herdiansyah 6ee92d42d4 Model: Deleted more OEM info
Source: https://redd.it/5k2z8c/
2016-12-25 14:45:08 +07:00
Muhammad Herdiansyah de8779db8f CPU [Minix]: Added case instead of setting a local variable
I still don't remember why I made it into a local variable.
2016-12-25 14:33:33 +07:00
Muhammad Herdiansyah c0506dbc2c CPU [Linux]: Strip 'FPU' from CPU output
Since we're strictly looking for CPU name here, any output with
"FPU"* will be unnecessary. This mainly affects MIPS
2016-12-24 21:18:36 +07:00
Muhammad Herdiansyah 9180914dcf DE: Fixed GNOME fallback detection 2016-12-23 12:09:28 +07:00
Muhammad Herdiansyah f97c7a3701 Docs: CHANGELOG 2016-12-19 14:30:43 +07:00
HerdiansyahandGitHub 94064af2a5 Merge pull request #547 from konimex/minix
OS: Added initial support for MINIX
2016-12-19 14:29:38 +07:00
Muhammad Herdiansyah 6e7dfef790 Local IP [Minix]: Deleted case in Linux/BSD/Solaris' local_ip 2016-12-19 10:42:50 +07:00
Muhammad Herdiansyah 61f21f8762 Merge remote-tracking branch 'upstream/minix2' into minix (#549) 2016-12-19 10:38:12 +07:00
Muhammad Herdiansyah d754a15e83 Docs: CHANGELOG 2016-12-19 00:29:40 +07:00
HerdiansyahandGitHub 09d8d5ad8f Merge pull request #548 from z33ky/master
Song: Add support for xmms2
2016-12-19 00:26:00 +07:00
Muhammad Herdiansyah c3d60901d9 OS: Added initial support for MINIX 2016-12-18 21:55:46 +07:00
Muhammad Herdiansyah 9496c542eb CPU: Remove more unneeded outputs 2016-12-18 12:08:27 +07:00
Muhammad Herdiansyah 10857ff92d Docs: CHANGELOG 2016-12-18 09:19:50 +07:00
Muhammad Herdiansyah 9dfb8068f9 Merge branch 'gnu-to-linux' 2016-12-18 09:16:19 +07:00
Muhammad Herdiansyah 55190a61f5 ASCII: Fixed BSD Beastie's shoes 2016-12-17 21:46:36 +07:00
Muhammad Herdiansyah 48ee97fcd1 GPU: Remove more filler stuff from AMD
Source: http://redd.it/5iqjf1
2016-12-17 17:45:06 +07:00
Muhammad Herdiansyah 1ba4bc3da8 General: Set fixed PATH 2016-12-17 17:11:56 +07:00
Muhammad Herdiansyah e8b121c938 Local IP: Merge BSD and Solaris to Linux 2016-12-17 17:11:56 +07:00
Muhammad Herdiansyah 93e7ab0b3a OS: Merge all "GNU" instances to Linux 2016-12-17 17:11:55 +07:00
Muhammad Herdiansyah 3fc42f3245 ASCII: Fixed ASCII not appearing for Oracle Solaris and Oracle Linux 2016-12-16 17:37:35 +07:00
Muhammad Herdiansyah 0a3505fc22 CHANGELOG: Merge CPU block 2016-12-15 18:51:02 +07:00
HerdiansyahandGitHub 0fdd3b8637 CPU [Linux]: Added CPU name detection for more architectures (#529)
This fixes #526.
2016-12-15 18:03:10 +07:00
Muhammad Herdiansyah fb53751813 Update CHANGELOG
Ubuntu Studio is not a DE
2016-12-14 11:57:40 +07:00
Muhammad Herdiansyah 9aed2b0103 Memory [Solaris]: Changed function name for consistency 2016-12-14 11:57:12 +07:00
Muhammad Herdiansyah fee6f565f7 ASCII: Added Ubuntu Studio 2016-12-13 15:19:26 +07:00
Muhammad Herdiansyah 66be054f30 Colors: use start++ instead of adding it manually after case 2016-12-10 19:52:07 +07:00
Muhammad Herdiansyah de91180567 BSD: Use $kernel_name instead of $distro in some functions 2016-12-05 18:07:20 +07:00
Muhammad Herdiansyah a40c0fd7ad Wallpaper: Expanded support to Solaris and GNU Hurd 2016-12-05 17:36:21 +07:00
Muhammad Herdiansyah 63c532f2c5 Kernel: Modify how kernel_shorthand works in BSDs 2016-12-03 11:20:31 +07:00
Muhammad Herdiansyah 956c79d0de Distro: Added support for GoboLinux 2016-12-02 18:18:55 +07:00
Muhammad Herdiansyah 00447db6d7 Public IP: Add caching 2016-12-02 12:11:39 +07:00
Muhammad Herdiansyah 4d21fb6397 GNU Hurd: Added uptime
Oops, forgot this one.
2016-11-29 16:46:58 +07:00
Muhammad Herdiansyah 4d939690a8 CPU: Added cpu_temp support for BSDs 2016-11-26 14:48:25 +07:00
Muhammad Herdiansyah 8fbb7dee58 Config: Updated description 2016-11-26 11:32:50 +07:00
Muhammad Herdiansyah 7527f2c459 Music: Added support for Pragha 2016-11-24 22:08:52 +07:00
Muhammad Herdiansyah 21201a1abd Music: Added support for Clementine 2016-11-24 22:01:28 +07:00
Muhammad Herdiansyah 524a43dd33 Distro: Add last fallback if no distro was detected 2016-11-22 07:02:34 +07:00
Muhammad Herdiansyah 87fb0fd5ea Packages: Added package detection for Lunar Linux and TinyCore 2016-11-18 21:41:11 +07:00
Muhammad Herdiansyah 2581fbd8d8 Music: Added support for Lollypop 2016-11-15 21:46:27 +07:00
Muhammad Herdiansyah 7e445aa062 Music: Added support for GNOME Music 2016-11-15 21:46:25 +07:00
Muhammad Herdiansyah 5801cd44a1 Added fallback ASCII for *BSD, Solaris, GNU 2016-11-13 18:08:07 +07:00
Muhammad Herdiansyah d160a2ee03 ASCII: Added Netrunner 2016-11-04 19:33:16 +07:00
Muhammad Herdiansyah 1fa37fa274 ASCII: Added Korora 2016-11-04 19:33:16 +07:00
HerdiansyahandGitHub 5c1d5fec76 README: Added installation instructions for Android/Termux 2016-11-02 08:23:57 +07:00
HerdiansyahandGitHub ebf5f6345a Android (Termux): Fixed ASCII not appearing 2016-11-02 08:21:15 +07:00
Muhammad Herdiansyah c47d095a38 Expanded distro_shorthand to *BSDs 2016-10-31 20:47:32 +07:00
Muhammad Herdiansyah 2f46385cf0 GPU: Used FreeBSD's method for DragonFlyBSD and PacBSD 2016-10-30 23:40:52 +07:00
Muhammad Herdiansyah e92e691751 SUSE: Changed ASCII behavior
In SUSE's `lsb_release`, they have different behavior for `-ir` and
`-d`, one output will be `openSUSE Leap 42.1` and the other will be
`SUSE LINUX 42.1`. This new behavior would also extend compatibility
with SUSE Linux Enterprise.
2016-10-24 22:09:57 +07:00
Muhammad Herdiansyah 24e7216777 Solaris: Strip out crap from getdistro output 2016-10-23 18:51:12 +07:00
Muhammad Herdiansyah d39bebb2a4 Solaris: Unified package detection with Linux
Some OpenSolaris/illumos-based distribution used various Linux package
managers such as dpkg, rpm, and portage (see more at
http://wiki.illumos.org/display/illumos/Distributions). It would make
sense for Solaris' case to be unified with Linux.

However, Linux's `pkg` detection (I don't know which distro is that) are
vastly different from Oracle Solaris/OpenIndiana's `pkg`, so a
workaround is used.
2016-10-23 18:51:04 +07:00
Muhammad Herdiansyah e4c7f1926a Solaris: Rewritten uptime
Solaris' uptime will now show the second mark only so we don't have 2
case instances.
2016-10-21 16:29:31 +07:00
Muhammad Herdiansyah 294b5f34e7 Added support for Bitrig 2016-10-16 09:50:22 +07:00
Muhammad Herdiansyah 710fd49887 Added function to check if old flags is still present on configs 2016-10-15 13:19:52 +07:00
Muhammad Herdiansyah fe6588d8b6 Expanded distro_shorthand to Solaris 2016-10-15 13:19:52 +07:00
Muhammad Herdiansyah ed41c15c6a Expanded distro_shorthand to Mac OS X 2016-10-15 13:19:49 +07:00
Muhammad Herdiansyah 9fa8f4cff1 Changed installation instruction for Gentoo/Funtoo 2016-10-09 18:06:27 +07:00
Muhammad Herdiansyah 1694faa3b8 README: Added feature support for Win10 Linux subsystem 2016-10-07 17:44:47 +07:00
Muhammad Herdiansyah b7256fb48a Removed "Windows" from os_arch description.
To preserve accuracy, os_arch's description will be changed accordingly
so there will be no notion that os_arch is Windows' exclusive.
2016-10-07 17:44:39 +07:00
Muhammad Herdiansyah aa7e185d17 Solaris: Better awk without gsub 2016-10-05 22:06:54 +07:00
Muhammad Herdiansyah 461c826b70 Fixed various indentation 2016-10-02 09:12:48 +07:00
Muhammad Herdiansyah 3dff1947b5 Initial support for Windows 10 Linux subsystem 2016-10-01 18:00:32 +07:00