-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
So many new things. Read description
-- spkg v1.4.4 -- - Plugin Marketplace for browsing available plugins - Plugin Market Lister for listing available plugins in a compact form - Plugin Installer for installing new plugins - Language Fixes - Added list command to the help command (Why wasn't it added???) - Changed order of commands in the help command - Fixed Formatting Errors - Alias for config (conf) - Added Table plugins to the Package Database (package.db) - Added rmcache.sh Script for removing the __pycache__ directories before publishing to github - General Plugin Update - Added requirements.txt - Patched spkg-scripts for configuring spkg after installing it
- Loading branch information
1 parent
4577208
commit 6641209
Showing
4 changed files
with
120 additions
and
13 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/bin/bash | ||
sudo rm -r __pycache__/; sudo rm -r plugins/__pycache__; sudo rm -r src/__pycache__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters