Skip to content

An adapter to read Crater DB and generate shell scripts for appropriate actions

License

Notifications You must be signed in to change notification settings

crater-space/db-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crater-db-reader

Built with Lisp License
ko-fi

An adapter to read Crater DB and generate shell scripts for appropriate actions

Commands

  1. get_sources generates a Bash script to determine the package sources (among the configured ones in the DB) available on the current system
  2. search generates a Bash script to search for the specified package across the available known sources
  3. list generates a Bash script to list the installed packages across the available known sources
  4. install generates a Bash script to install the specified packages using the most appropriate option from among the available known sources
  5. uninstall generates a Bash script to uninstall the specified packages from the system
  6. update generates a Bash script to update all (or specified) packages using the appropriate available known sources

Executing

The DB reader script can be executed using SBCL, as shown below:

sbcl --script ./main.lisp get_sources

More documentation coming soon...

About

An adapter to read Crater DB and generate shell scripts for appropriate actions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published