index
:
~lukeshu/paraboley
archey2.old/master
archey2/master
archey3/cosmetic
archey3/master
master
paraboley/master
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archey.new
Age
Commit message (
Expand
)
Author
2012-05-12
explicitly specify archey to use python3
William Ting
2011-01-12
reverted to old version, bluepeppers see me
archey2.old/master
DjMelik
2010-11-22
Added color to fs display function, and added a _color function for BaseDispl...
Laurie Clark-Michalek
2010-11-22
Fixed small problem with FS display module when showing root FS
Laurie Clark-Michalek
2010-11-22
Display modules can now be configured in the configuration file.
Laurie Clark-Michalek
2010-11-22
Added config framework file loading. Config file is in $XDG_CONFIG_HOME/arche...
Laurie Clark-Michalek
2010-11-19
Added file system display class
Laurie Clark-Michalek
2010-11-19
Removed 'key' from forced attributes when using @shell_command.
Laurie Clark-Michalek
2010-11-19
DesktopEnvironment was causing exceptions.
Laurie Clark-Michalek
2010-11-19
Added missing comma between uptime days and hours.
Laurie Clark-Michalek
2010-11-19
Allowed classes to take arguments from the display list, with the syntax 'cmd...
Laurie Clark-Michalek
2010-11-19
Added @shell_command class decorator to make dealing with Display classes.
Laurie Clark-Michalek
2010-11-19
Moved the Output.distro variable into a global DISTRO variable.
Laurie Clark-Michalek
2010-11-19
Allow display classes to fail silently when rendering.
Laurie Clark-Michalek
2010-11-19
Migrated existing display classes to new get_value format.
Laurie Clark-Michalek
2010-11-19
Added get_value and get_key functions to BaseDisplay class.
Laurie Clark-Michalek
2010-11-19
Evaluate display classes at the last minute, and via an accessor function.
Laurie Clark-Michalek
2010-11-19
Base the Output class on the list type for a small speed up.
Laurie Clark-Michalek
2010-11-18
Added main function and conditional execution
Laurie Clark-Michalek
2010-11-18
Output is now aligned from the center outwards.
Laurie Clark-Michalek
2010-11-18
Added BaseDisplay base class.
Laurie Clark-Michalek
2010-11-18
Added @enviromental_variable class decorator.
Laurie Clark-Michalek
2010-11-18
Converted classes to new style classes.
Laurie Clark-Michalek
2010-11-17
We don't need these imports anymore.
David Vazgenovich Shakaryan
2010-11-17
Get a list of processes that actually works.
David Vazgenovich Shakaryan
2010-11-17
added missing '
DjMelik
2010-11-17
spaces > tabs
DjMelik
2010-11-17
added process detection
DjMelik
2010-11-17
more cleanup
DjMelik
2010-11-17
Merge branch 'master' of github.com:djmelik/archey
DjMelik
2010-11-17
cleanup
DjMelik
2010-11-17
If distro not detected, exit with error exit code.
David Vazgenovich Shakaryan
2010-11-17
No need to inherit from Output class.
David Vazgenovich Shakaryan
2010-11-17
Check if file exists instead of opening it.
David Vazgenovich Shakaryan
2010-11-17
cleanup
DjMelik
2010-11-17
initial push for archey in puthon3
DjMelik