summaryrefslogtreecommitdiff
path: root/archey.new
AgeCommit message (Expand)Author
2012-05-12explicitly specify archey to use python3William Ting
2011-01-12reverted to old version, bluepeppers see mearchey2.old/masterDjMelik
2010-11-22Added color to fs display function, and added a _color function for BaseDispl...Laurie Clark-Michalek
2010-11-22Fixed small problem with FS display module when showing root FSLaurie Clark-Michalek
2010-11-22Display modules can now be configured in the configuration file.Laurie Clark-Michalek
2010-11-22Added config framework file loading. Config file is in $XDG_CONFIG_HOME/arche...Laurie Clark-Michalek
2010-11-19Added file system display classLaurie Clark-Michalek
2010-11-19Removed 'key' from forced attributes when using @shell_command.Laurie Clark-Michalek
2010-11-19DesktopEnvironment was causing exceptions.Laurie Clark-Michalek
2010-11-19Added missing comma between uptime days and hours.Laurie Clark-Michalek
2010-11-19Allowed classes to take arguments from the display list, with the syntax 'cmd...Laurie Clark-Michalek
2010-11-19Added @shell_command class decorator to make dealing with Display classes.Laurie Clark-Michalek
2010-11-19Moved the Output.distro variable into a global DISTRO variable.Laurie Clark-Michalek
2010-11-19Allow display classes to fail silently when rendering.Laurie Clark-Michalek
2010-11-19Migrated existing display classes to new get_value format.Laurie Clark-Michalek
2010-11-19Added get_value and get_key functions to BaseDisplay class.Laurie Clark-Michalek
2010-11-19Evaluate display classes at the last minute, and via an accessor function.Laurie Clark-Michalek
2010-11-19Base the Output class on the list type for a small speed up.Laurie Clark-Michalek
2010-11-18Added main function and conditional executionLaurie Clark-Michalek
2010-11-18Output is now aligned from the center outwards.Laurie Clark-Michalek
2010-11-18Added BaseDisplay base class.Laurie Clark-Michalek
2010-11-18Added @enviromental_variable class decorator.Laurie Clark-Michalek
2010-11-18Converted classes to new style classes.Laurie Clark-Michalek
2010-11-17We don't need these imports anymore.David Vazgenovich Shakaryan
2010-11-17Get a list of processes that actually works.David Vazgenovich Shakaryan
2010-11-17added missing 'DjMelik
2010-11-17spaces > tabsDjMelik
2010-11-17added process detectionDjMelik
2010-11-17more cleanupDjMelik
2010-11-17Merge branch 'master' of github.com:djmelik/archeyDjMelik
2010-11-17cleanupDjMelik
2010-11-17If distro not detected, exit with error exit code.David Vazgenovich Shakaryan
2010-11-17No need to inherit from Output class.David Vazgenovich Shakaryan
2010-11-17Check if file exists instead of opening it.David Vazgenovich Shakaryan
2010-11-17cleanupDjMelik
2010-11-17initial push for archey in puthon3DjMelik