| 2024-08-08 04:08 | config.h: move commented lines nearer to end of file, fix indenting for parch.h | mrgrouse | 1 | +5 | -5 |
| 2024-08-08 04:04 | logos: add extra logos for different distros, attempt to fix parch.h | mrgrouse | 8 | +146 | -1 |
| 2024-07-26 19:22 | config.h: fix spacing of options in config.h | mrgrouse | 1 | +18 | -19 |
| 2024-07-26 19:11 | Makefile: set CC to gcc for speed, remove commented line setting TCC as CC | mrgrouse | 1 | +1 | -2 |
| 2024-02-03 08:16 | initial commit | grouse | 4 | +37 | -21 |
| 2020-05-09 14:21 | Merge pull request #61 from srithon/master | sam-barr | 5 | +63 | -13 |
| 2020-05-09 13:36 | Use scanf/sprintf approach rather than micromanaging buffers | Sridaran Thoniyil | 1 | +25 | -25 |
| 2020-05-08 18:55 | Revert "Optimize battery function by using length of strings for strcat" | Sridaran Thoniyil | 1 | +5 | -7 |
| 2020-05-08 19:04 | Revert "Get rid of the second buffer in battery function" | Sridaran Thoniyil | 1 | +6 | -6 |
| 2020-05-09 01:35 | Move battery_config.sh to config_scripts folder | Sridaran Thoniyil | 2 | +1 | -1 |
| 2020-05-09 00:54 | Remove unnecessary "-1" argument | Sridaran Thoniyil | 1 | +1 | -1 |
| 2020-05-09 00:50 | Pass battery path directly to compiler | Sridaran Thoniyil | 3 | +3 | -4 |
| 2020-05-08 19:04 | Get rid of the second buffer in battery function | Sridaran Thoniyil | 1 | +6 | -6 |
| 2020-05-08 18:55 | Optimize battery function by using length of strings for strcat | Sridaran Thoniyil | 1 | +7 | -5 |
| 2020-05-08 18:47 | Add remove_newline function that returns length of string | Sridaran Thoniyil | 1 | +11 | -0 |
| 2020-05-08 18:28 | Reduce file read sizes in get_battery_percentage | Sridaran Thoniyil | 1 | +5 | -3 |
| 2020-05-08 16:32 | Include battery config and replace hardcoded refs | Sridaran Thoniyil | 1 | +3 | -2 |
| 2020-05-08 16:31 | Call battery config script in Makefile | Sridaran Thoniyil | 1 | +1 | -0 |
| 2020-05-08 16:31 | Write script for finding battery path | Sridaran Thoniyil | 1 | +5 | -0 |
| 2020-05-08 15:04 | Add comment showing output of function | Sridaran Thoniyil | 1 | +1 | -0 |
| 2020-05-08 15:02 | Add % symbol and cut down # of strcat's | Sridaran Thoniyil | 1 | +2 | -2 |
| 2020-05-08 15:01 | Add panic if battery cannot be opened | Sridaran Thoniyil | 1 | +3 | -0 |
| 2020-05-08 15:00 | Add battery status after percentage | Sridaran Thoniyil | 1 | +14 | -6 |
| 2020-05-08 14:48 | Implement get_battery_percentage() function | Sridaran Thoniyil | 1 | +17 | -0 |
| 2020-05-08 14:48 | Add battery to config, fix spacing | Sridaran Thoniyil | 1 | +13 | -12 |
| 2020-05-08 14:47 | Add get_battery_percentage() to header | Sridaran Thoniyil | 1 | +1 | -0 |
| 2020-05-04 00:40 | get_cpu returns empty string when model name isn't present | sam-barr | 1 | +3 | -0 |
| 2020-05-03 18:50 | Merge pull request #41 from dwzg/replace_substring | sam-barr | 4 | +48 | -8 |
| 2020-05-03 16:54 | Update README | dwzg | 1 | +9 | -0 |
| 2020-05-02 20:29 | Merge pull request #57 from Titaniumtown/patch-1 | sam-barr | 1 | +8 | -0 |
| 2020-05-01 22:56 | Update README.md with performance information | Simon Gardling | 1 | +8 | -0 |
| 2020-05-01 21:06 | added fallback for get_host | sam-barr | 1 | +26 | -26 |
| 2020-05-01 20:27 | Merge pull request #54 from dwzg/tty_name | sam-barr | 1 | +4 | -0 |
| 2020-04-24 08:30 | Make get_terminal get the actual tty name | dwzg | 1 | +4 | -0 |
| 2020-05-01 15:56 | Add string length check in replace_substring() | dwzg | 1 | +7 | -3 |
| 2020-05-01 15:40 | Merge remote-tracking branch 'upstream/master' into replace_substring | dwzg | 1 | +35 | -14 |
| 2020-05-01 13:55 | Merge pull request #53 from dwzg/freq_mhz | sam-barr | 1 | +19 | -10 |
| 2020-05-01 10:19 | Improve code and fix a bug | dwzg | 1 | +16 | -15 |
| 2020-04-26 12:17 | Add ability to switch CPU frequency unit to MHz for < 1 GHz | dwzg | 1 | +9 | -1 |
| 2020-04-29 13:50 | Merge pull request #51 from dwzg/fallback_cpufreq | sam-barr | 1 | +28 | -16 |
| 2020-04-28 20:27 | Return stolen newline | dwzg | 1 | +1 | -0 |
| 2020-04-28 20:25 | Merge remote-tracking branch 'upstream/master' into replace_substring | dwzg | 5 | +135 | -75 |
| 2020-04-28 19:49 | Remove unnecessary newlines | dwzg | 1 | +0 | -3 |
| 2020-04-28 19:46 | Fix bug in frequency precision detection code | dwzg | 1 | +1 | -1 |
| 2020-04-28 19:38 | Merge remote-tracking branch 'upstream/master' into fallback_cpufreq | dwzg | 5 | +121 | -70 |
| 2020-04-28 19:37 | Fix check of wrong file pointer | dwzg | 1 | +3 | -3 |
| 2020-04-27 20:00 | Allow for support for other package managers | sam-barr | 3 | +26 | -25 |
| 2020-04-27 18:31 | Reductions to code size | sam-barr | 3 | +42 | -41 |
| 2020-04-27 17:02 | Added get_disk_usage_home and get_disk_usage_root | sam-barr | 2 | +29 | -0 |
| 2020-04-27 14:58 | Trim leading whitespace from CPU and GPU | sam-barr | 1 | +3 | -1 |
| 2020-04-27 05:14 | Undo previous commit | sam-barr | 1 | +2 | -2 |
| 2020-04-27 04:51 | Trim spaces off the front of CPU and GPU | sam-barr | 1 | +2 | -2 |
| 2020-04-27 03:05 | Merge branch 'master' of https://github.com/sam-barr/paleofetch | sam-barr | 1 | +22 | -0 |
| 2020-04-27 03:05 | remove semicolons from config | sam-barr | 2 | +6 | -10 |
| 2020-04-26 20:02 | Merge pull request #46 from GOKOP/master | sam-barr | 1 | +22 | -0 |
| 2020-04-26 19:23 | added unicode block logo from reddit | GOKOP | 1 | +22 | -0 |
| 2020-04-25 22:56 | Add fallback method for CPU frequency | dwzg | 1 | +30 | -15 |
| 2020-04-25 18:01 | Make clean now clears the cache | sam-barr | 1 | +2 | -1 |
| 2020-04-25 14:37 | Merge pull request #43 from dwzg/dynamic_decimal_places | sam-barr | 1 | +10 | -4 |
| 2020-04-25 13:27 | Always show at least one decimal place for CPU frequency | dwzg | 1 | +1 | -0 |
| 2020-04-25 11:38 | Make decimal places of CPU frequency dynamically use all significant places | dwzg | 1 | +9 | -4 |
| 2020-04-25 02:14 | Merge pull request #42 from allisio/terminal-fallback | sam-barr | 1 | +2 | -0 |
| 2020-04-24 20:14 | Resort to fallback method if we can't get the active window (Fixes #38) | Allis IO | 1 | +2 | -0 |
| 2020-04-24 19:34 | Rename struct for string modification to reflect new function | dwzg | 1 | +3 | -3 |
| 2020-04-24 19:23 | Improve function for substring replacement | dwzg | 1 | +8 | -4 |
| 2020-04-24 19:05 | Add configurable way to replace strings of CPU and GPU model | dwzg | 3 | +20 | -11 |
| 2020-04-23 22:25 | Add function to replace substrings | dwzg | 1 | +13 | -0 |
| 2020-04-24 19:11 | Merge pull request #40 from dwzg/macro_fix | sam-barr | 1 | +1 | -1 |
| 2020-04-24 19:07 | Fix wrong string length in REMOVE macro | dwzg | 1 | +1 | -1 |
| 2020-04-24 18:51 | Merge pull request #37 from allisio/cache-miss | sam-barr | 1 | +15 | -9 |
| 2020-04-24 18:50 | increased stability of halt_and_catch_fire macro | sam-barr | 1 | +8 | -6 |
| 2020-04-24 18:43 | Merge pull request #39 from dwzg/substring_remove_config | sam-barr | 3 | +37 | -11 |
| 2020-04-24 15:50 | Fixed make clean | sam-barr | 1 | +1 | -1 |
| 2020-04-24 14:53 | removed need to specify string length | sam-barr | 3 | +10 | -12 |
| 2020-04-24 07:31 | Make substring removing for CPU and GPU configurable | dwzg | 2 | +38 | -10 |
| 2020-04-24 02:46 | Handle cache misses gracefully | Allis IO | 1 | +11 | -7 |
| 2020-04-24 02:08 | Merge branch 'master' of https://github.com/sam-barr/paleofetch | sam-barr | 1 | +8 | -2 |
| 2020-04-24 02:07 | fixed bug in get_cpu when model name doesn't contain @ | sam-barr | 1 | +11 | -6 |
| 2020-04-23 21:34 | Merge pull request #34 from dwzg/fix_os | sam-barr | 1 | +8 | -2 |
| 2020-04-23 21:18 | Fix OS detection on Debian 10 and other distros | dwzg | 1 | +8 | -2 |
| 2020-04-23 21:08 | error handling in get_os | sam-barr | 1 | +4 | -0 |
| 2020-04-23 21:01 | Update README.md | sam-barr | 1 | +3 | -1 |
| 2020-04-23 20:57 | Merge pull request #32 from dwzg/two_gpus | sam-barr | 3 | +26 | -8 |
| 2020-04-23 20:24 | removed code duplication | sam-barr | 1 | +5 | -12 |
| 2020-04-23 20:16 | code duplication, changed default config | sam-barr | 2 | +5 | -20 |
| 2020-04-23 19:48 | Add support for two GPUs | dwzg | 3 | +46 | -6 |
| 2020-04-23 19:09 | Merge pull request #31 from allisio/use-strstr | sam-barr | 1 | +4 | -33 |
| 2020-04-23 19:08 | Use the pointer returned by strstr rather than calculating the offset | sam-barr | 1 | +4 | -7 |
| 2020-04-23 18:47 | Update CHANGELOG.md | sam-barr | 1 | +15 | -2 |
| 2020-04-23 18:54 | Updated example image | sam-barr | 1 | +0 | -0 |
| 2020-04-23 18:49 | Use strstr() to search for substrings | Allis IO | 1 | +1 | -27 |
| 2020-04-23 17:22 | Fixed README.md | sam-barr | 1 | +1 | -0 |
| 2020-04-23 17:21 | Update README.md | sam-barr | 1 | +3 | -0 |
| 2020-04-23 17:19 | Update README.md | sam-barr | 1 | +31 | -1 |
| 2020-04-23 16:58 | Merge pull request #29 from allisio/uptime | sam-barr | 1 | +1 | -1 |
| 2020-04-23 16:42 | Make get_uptime() pluralize "0 minutes" | Allis IO | 1 | +1 | -1 |
| 2020-04-23 16:28 | fix get_uptime to always print number of minutes | sam-barr | 1 | +1 | -1 |
| 2020-04-23 15:49 | Merge pull request #27 from dwzg/cpu_frequency | sam-barr | 1 | +27 | -7 |
| 2020-04-23 15:48 | Fixed spacing, less decimal places | sam-barr | 1 | +2 | -2 |
| 2020-04-23 15:43 | Merge branch 'master' of https://github.com/sam-barr/paleofetch | sam-barr | 2 | +22 | -10 |
| 2020-04-23 15:43 | Add spacer macro for configuration | sam-barr | 2 | +5 | -3 |
| 2020-04-23 15:38 | Update README.md | sam-barr | 1 | +8 | -0 |
| 2020-04-23 15:25 | Add detection of CPU max. frequency | dwzg | 1 | +28 | -8 |
| 2020-04-23 15:33 | Merge pull request #26 from allisio/uptime | sam-barr | 1 | +14 | -10 |
| 2020-04-23 15:26 | Make get_uptime() more granular | Allis IO | 1 | +14 | -10 |
| 2020-04-23 15:11 | Removed DISTRO macro | sam-barr | 1 | +0 | -1 |
| 2020-04-23 15:11 | Merge pull request #24 from allisio/distro | sam-barr | 1 | +9 | -2 |
| 2020-04-23 14:50 | make source of paleofetch's error messages clearer | sam-barr | 1 | +1 | -1 |
| 2020-04-23 14:43 | Merge pull request #22 from allisio/master | sam-barr | 1 | +1 | -1 |
| 2020-04-23 14:43 | Merge branch 'master' into master | sam-barr | 1 | +94 | -27 |
| 2020-04-23 14:25 | Merge pull request #21 from dwzg/tty_nox_mode | sam-barr | 1 | +94 | -27 |
| 2020-04-23 14:24 | fixed bug when $SHELL="" | sam-barr | 1 | +8 | -1 |
| 2020-04-23 14:14 | Make get_os() parse /etc/os-release for the distro name. | Allis IO | 1 | +9 | -2 |
| 2020-04-23 14:08 | Fully paint the logo | Allis IO | 1 | +1 | -1 |
| 2020-04-23 14:05 | Fix memory leak when skipping empty values | dwzg | 1 | +1 | -0 |
| 2020-04-23 11:49 | Don't print information strings which are empty | dwzg | 1 | +16 | -6 |
| 2020-04-23 09:21 | Remove old code that was commented out | dwzg | 1 | +0 | -4 |
| 2020-04-23 09:14 | Fix XopenDisplay error when running without Xorg in tty | dwzg | 1 | +75 | -22 |
| 2020-04-23 03:22 | COLOR now affects get_title | sam-barr | 1 | +1 | -1 |
| 2020-04-23 03:14 | added config.h | sam-barr | 5 | +67 | -61 |
| 2020-04-23 03:03 | Merge pull request #18 from allisio/logo-things | sam-barr | 3 | +48 | -28 |
| 2020-04-23 03:02 | Move logos to separate directory | sam-barr | 3 | +44 | -47 |
| 2020-04-23 02:46 | Extract color sequences from logo and add a second option | Allis IO | 1 | +46 | -23 |
| 2020-04-23 02:26 | Fixed a typo | sam-barr | 1 | +1 | -1 |
| 2020-04-23 02:24 | v0.1.1 | sam-barr | 3 | +16 | -4 |
| 2020-04-23 02:07 | Fixed comments | sam-barr | 1 | +3 | -18 |
| 2020-04-23 02:05 | Merge pull request #17 from allisio/configuration | sam-barr | 2 | +149 | -69 |
| 2020-04-23 02:03 | have information float up rather than vertically center | sam-barr | 1 | +23 | -10 |
| 2020-04-23 01:40 | Create CHANGELOG.md | sam-barr | 1 | +3 | -0 |
| 2020-04-23 01:31 | Add in-source configuration that cooperates with caching | Allis IO | 2 | +136 | -69 |
| 2020-04-23 01:12 | added truncate_spaces function | sam-barr | 1 | +26 | -4 |
| 2020-04-23 00:37 | Increased get_gpu accuracy | sam-barr | 1 | +7 | -5 |
| 2020-04-22 22:19 | Updated README | sam-barr | 2 | +13 | -1 |
| 2020-04-22 21:43 | Only call XOpenDisplay once | sam-barr | 1 | +9 | -8 |
| 2020-04-22 21:30 | Merge pull request #14 from allisio/terminal-name | sam-barr | 1 | +21 | -1 |
| 2020-04-22 20:35 | Fixed bug in removew_newline | sam-barr | 1 | +2 | -1 |
| 2020-04-22 20:34 | Merge pull request #15 from dwzg/product_version | sam-barr | 1 | +22 | -4 |
| 2020-04-22 19:48 | Fix trailing newline of product version | dwzg | 1 | +7 | -4 |
| 2020-04-22 19:38 | Add product version to host | dwzg | 1 | +15 | -0 |
| 2020-04-22 19:32 | Get name of terminal emulator from X server | Allis IO | 1 | +21 | -1 |
| 2020-04-22 18:58 | Caches results which are unlikely to change | sam-barr | 1 | +62 | -16 |
| 2020-04-22 17:43 | added terminal and gpu output | sam-barr | 3 | +56 | -14 |
| 2020-04-22 15:48 | Update REAMDE.md | sam-barr | 1 | +2 | -2 |
| 2020-04-22 15:38 | Additional commentary | sam-barr | 1 | +7 | -2 |
| 2020-04-22 15:35 | Added CPU information | sam-barr | 1 | +65 | -1 |
| 2020-04-22 14:24 | Updated README | sam-barr | 2 | +1 | -1 |
| 2020-04-22 13:40 | Merge pull request #7 from allisio/master | sam-barr | 1 | +1 | -1 |
| 2020-04-22 13:25 | Let getline() handle buffer allocation in get_memory() | Allis IO | 1 | +1 | -1 |
| 2020-04-22 12:54 | Merge pull request #6 from allisio/master | sam-barr | 1 | +3 | -3 |
| 2020-04-22 12:48 | Swap user and host in get_title(). | Allis IO | 1 | +3 | -3 |
| 2020-04-22 12:42 | Added percent memory output | sam-barr | 1 | +6 | -1 |
| 2020-04-22 12:36 | Merge pull request #4 from dwzg/master | sam-barr | 1 | +38 | -1 |
| 2020-04-22 11:16 | Added memory support | dwzg | 1 | +38 | -1 |
| 2020-04-22 06:23 | Clarified scope | sam-barr | 1 | +1 | -1 |
| 2020-04-22 05:50 | Error handling for XOpenDisplay() | sam-barr | 1 | +4 | -0 |
| 2020-04-22 05:45 | Fixed formatting | sam-barr | 1 | +1 | -1 |
| 2020-04-22 05:43 | Updated FAQ | sam-barr | 1 | +3 | -1 |
| 2020-04-22 05:09 | Merge pull request #3 from allisio/master | sam-barr | 2 | +20 | -2 |
| 2020-04-22 05:04 | Add basic resolution support | Allis IO | 2 | +20 | -2 |
| 2020-04-22 04:45 | Make get_shell() handle shells that aren't in /bin | sam-barr | 1 | +1 | -1 |
| 2020-04-22 03:25 | MIT License | sam-barr | 2 | +22 | -0 |
| 2020-04-22 03:21 | More error handling | sam-barr | 1 | +25 | -24 |
| 2020-04-22 03:15 | Some error handling | sam-barr | 1 | +30 | -6 |
| 2020-04-22 02:57 | Fixed a typo | sam-barr | 1 | +2 | -2 |
| 2020-04-22 02:55 | example output added to readme | sam-barr | 2 | +9 | -4 |
| 2020-04-22 02:46 | rebranding | sam-barr | 3 | +7 | -7 |
| 2020-04-22 02:42 | README | sam-barr | 1 | +18 | -0 |
| 2020-04-22 02:30 | I think the strings should be null terminated | sam-barr | 1 | +10 | -32 |
| 2020-04-22 02:21 | initial commit | sam-barr | 3 | +226 | -0 |