https://github.com/rshipp/misc-chakra
Miscellaneous scripts for use with Chakra Linux.
https://github.com/rshipp/misc-chakra
bundles ccr chakra chakra-linux miscellaneous-scripts pacman shell
Last synced: 3 months ago
JSON representation
Miscellaneous scripts for use with Chakra Linux.
- Host: GitHub
- URL: https://github.com/rshipp/misc-chakra
- Owner: rshipp
- Created: 2012-05-20T06:23:05.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2020-06-14T23:53:46.000Z (almost 5 years ago)
- Last Synced: 2025-02-12T22:57:50.583Z (4 months ago)
- Topics: bundles, ccr, chakra, chakra-linux, miscellaneous-scripts, pacman, shell
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Miscellaneous scripts for use with Chakra Linux.
#Descriptions:
##ccrdups
Finds packages that exist with the same name in both the CCR and the main repos, and prints detailed, colorized results. This script is *slow*.##makeccrlist
Makes a list of installed packages not in the main repos.##makepackagelist
Makes a list of installed packages that exist in the main repos.##pacman-size-list
Prints a list of installed packages in the format `XYZ.ABCKiB packagename`. This script was meant to be piped through sort, like `pacman-size-list | sort -n`, in order to find the packages taking up the most space on the system. It is rather slow.##pacstats
Prints a list of installed packages by repo, and some simple statistics.##update-bundle-links and remove-bundle-links
The first creates links for bundles based on name (eg, firefox-11.0-1 becomes firefox); the second removes all files created by the first. These scripts were created to get over the inconvenience of having all the bundle shortcuts that are pinned to a taskbar break every time the bundle is updated, among other things.