Commit Graph

941 Commits

Author SHA1 Message Date
Dylan 554d65de82 Remove duplicate resolution line 2016-03-04 08:48:16 +11:00
Dylan d3ff3d7735 Changelog 2016-03-04 07:58:57 +11:00
Dylan 41ff583aab Changelog 2016-03-04 07:58:20 +11:00
Dylan Araps 08118a9375 Merge pull request #120 from dylanaraps/separator
Reimplement '--stdout_separator'
2016-03-04 07:54:19 +11:00
Dylan 670fb2238e Simplified sdtout function 2016-03-03 16:35:24 +11:00
Dylan 9ebfaf40bb Remove pointless variable 2016-03-03 15:23:14 +11:00
Dylan b587c3f7c9 Fix issues with progress bar and memory usage 2016-03-03 14:14:02 +11:00
Dylan c2f4f04c9b Changelog 2016-03-03 11:59:34 +11:00
Dylan ae144ceee8 Added disk support to progress bars 2016-03-03 11:52:39 +11:00
Dylan fe3e78d211 Disable progress bars by default 2016-03-03 11:29:28 +11:00
Dylan 2c90455f38 Disable progress bars in stdout mode 2016-03-03 11:28:30 +11:00
Dylan a16e446455 Add progress bar support for multi battery systems 2016-03-03 11:24:28 +11:00
Dylan 6dc4277b4f Cleanup the battery function 2016-03-03 11:18:28 +11:00
Dylan e3dc2b9a38 Progress bar support for battery usage 2016-03-03 11:09:40 +11:00
Dylan 5c374d28a2 Add missing args 2016-03-03 11:03:19 +11:00
Dylan f24f7ad9b7 Added progress bar support to memory output 2016-03-03 11:00:47 +11:00
Dylan 639641a159 Changelog 2016-03-03 10:41:13 +11:00
Dylan da5d912774 Added new info function 'cpu usage' to get the cpu usage 2016-03-03 10:37:18 +11:00
Dylan d142efe2db Added base support for progress bars 2016-03-03 10:12:21 +11:00
Dylan 0c165df09c Changelog 2016-03-03 09:42:29 +11:00
Dylan 1fd7ed07fe Merge branch 'master' of github.com:dylanaraps/neofetch 2016-03-03 09:40:39 +11:00
Dylan bdcb1058b3 Optimized all ascii art and fixed any leading whitespace issues 2016-03-03 09:40:16 +11:00
Dylan c9157fbd67 Remove whitespace 2016-03-02 17:58:48 +11:00
Dylan 3a826e16cc Made the separator in stdout mode configurable with '--stdout_separator' and '$stdout_separator' 2016-03-02 17:56:28 +11:00
dylan 7dc4b4120c Added another gpu substitution for intel gpus 2016-03-01 07:55:23 +11:00
Dylan dc54ca530d Added another gpu substitution 2016-02-29 06:56:10 +11:00
Dylan Araps 2430c28564 Merge pull request #117 from h3xx/help_text_fix
Fix help message text
2016-02-29 06:52:30 +11:00
Dan Church 258d49755f
Fix help message text
Fixes "Which Distro\'s ascii art to print" in output when running
`--help`

Caused by a rogue backslash in the heredoc.
2016-02-28 13:38:01 -06:00
Dylan Araps 37245819f0 Update 1.4.md 2016-02-28 21:36:25 +11:00
Dylan Araps 4641a929c6 Merge pull request #111 from dylanaraps/small_logo
Add small ascii logo variants for Arch, Crux and Gentoo.
2016-02-28 21:35:22 +11:00
Dylan Araps 054b857763 Merge pull request #116 from dawidd6/master 2016-02-28 21:20:14 +11:00
dawidd6 0114f75570 small change (apt does not support https by default) 2016-02-28 11:08:52 +01:00
Dylan Araps c8f20fdaad Update 1.4.md 2016-02-28 21:01:27 +11:00
Dylan Araps 71ac72c53c Update 1.4.md 2016-02-28 21:01:12 +11:00
Dylan Araps 838bcb8080 Merge pull request #114 from dawidd6/master
add instructions to install on debian/ubuntu
2016-02-28 20:59:54 +11:00
dawidd6 d0ada63ea8 add instructions to install on debian/ubuntu 2016-02-28 10:05:07 +01:00
Dylan Araps 2eb6dbf961 Merge pull request #113 from h3xx/slackware_fix
Fix 0 package count in Slackware
2016-02-28 17:38:33 +11:00
Dan Church 4920d70b77
Fix 0 package count in Slackware
Fixes #112.

Rationale:
- By default in Slackware, /sbin and /usr/sbin aren't part of the user's
  PATH. (It's been this way since I started using it in 2004, version
  9.1)
- `type -p /path/to/binary` works just like it was used with a bare
  binary name.
2016-02-28 00:35:35 -06:00
Dylan 5aacff5e57 Remove pointless check 2016-02-28 17:02:05 +11:00
Dylan b540f16d0b Update install instructions to reflect the new name 2016-02-28 16:48:50 +11:00
Dylan f06d9a9e6e Added another substitution for amd GPUs 2016-02-28 15:05:14 +11:00
Dylan ed340efe72 Add ufetch to thanks 2016-02-28 13:19:45 +11:00
Dylan 458b0f4fbf Remove stray vars from crux ascii 2016-02-28 13:18:49 +11:00
Dylan 535d220e1a Fix bug with not creating config in stdout mode 2016-02-28 13:16:48 +11:00
Dylan 052e53d4e7 Add small ascii logos for Arch, Crux and Gentoo 2016-02-28 13:07:10 +11:00
Dylan 35154941ae Forgot to rename the config file 2016-02-28 12:34:26 +11:00
Dylan Araps 8f79a13206 Merge pull request #110 from dylanaraps/neofetch
Rename fetch to neofetch
2016-02-28 12:02:42 +11:00
Dylan 5acf6c39ec Update aur link 2016-02-28 12:01:51 +11:00
Dylan 76a3b1156d Rename fetch to neofetch 2016-02-28 11:44:45 +11:00
Dylan Araps 4f08dd70ab Update 1.4.md 2016-02-27 14:19:22 -08:00