0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 24 hours ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[remove.lua] Fixed the display of "Total Download Size" when removing packages (stupid usage of 0 instead of false, grr) More... about 14 years ago
[sync.lua] Spelling failure in sync_info caused crash for -Si repo/foo More... about 14 years ago
Merge branch 'master' of github.com:Kiwi/clyde More... about 14 years ago
Updated Makefile to install man page More... about 14 years ago
Updated the manpage to the most recent build. More... about 14 years ago
[remove.lua] Forgot to add C = colorize, thought it was already there tbh... More... about 14 years ago
[clyde.8|clyde.ronn] Initial man page and source, thanks davekong! Still needs a few more flags added but something is better than nothing More... about 14 years ago
Merge branch 'master' of github.com:Kiwi/clyde More... about 14 years ago
[sync.lua] Update to use proper tmp with user directory, preliminary -Syu --aur support (still needs some work imo but should be functional), fixed some colors, and a bug in sync_synctree More... about 14 years ago
[util.lua] Added colors to LOG_<foo> functions and added some gettext texts More... about 14 years ago
[transinit.lua] Update to use pm_errno() and eprintf instead of the old hack and just printf More... about 14 years ago
[packages.lua] Fixed alignment of "Optional Deps" in dump_pkg_full More... about 14 years ago
[aur.lua] Changed download tmp directory from /tmp/clyde to /tmp/clyde-$USER More... about 14 years ago
[callback.lua] Added some colors More... about 14 years ago
[upgrade.lua] Added some colors More... about 14 years ago
[remove.lua] Updated to use pm_errno() instead of the hack that it was using, that did not always work.... Added some colors More... about 14 years ago
Changed install section name More... about 14 years ago
Split makefile to allow building just lualpm More... about 14 years ago
[upgrade.lua] Fix for conflicting deps that I forgot to commit a day ago...also, this kind of bad stuff is what happens when I look at pacman-git >.> More... about 14 years ago
[sync.lua] In sync_search return a number instead of a bool More... about 14 years ago
[remove.lua] Do "return removecleanup()" in clyde_remove instead of it returning nil and causing issues More... about 14 years ago
[clyde] Missed some changes I needed to make for it to not do the "transaction not initialized" message when it should not, it is better now at least More... about 14 years ago
[clyde] Part of the no network crash fix More... about 14 years ago
[query.lua] "testing" repo yellow and a proper eprintf in check function More... about 14 years ago
[util.lua] Colored error/warning messages, proper "failed to release transaction" error message, fixed crashing with ctrl+d at yesno/noyes questions More... about 14 years ago
[sync.lua] Fixed crash for ctrl+d, fixed -Si repo/packagename, not having a network connection no longer fails miserably More... about 14 years ago
[packages.lua] Added repo colors to dump_pkg_sync() (for -Si) More... about 14 years ago
[sync.lua] Spelling failure in aur_install caused AUR dependencies to be installed as explicit, should be fixed now More... about 14 years ago
[clyde] Had an "s" in option{s}_add_noextract that should not have be there, this should make it work More... about 14 years ago
[aur.lua] Change C.whib to C.bright to make text show up on black on white terminals More... about 14 years ago