Releases
From v2.2.0 onwards, git commits will NOT be recorded here.
Check out CHANGELOG.md for git commits record.
v2.2.0
add
command
- Added
add
command which allows users to add their single command along with its custom name. - Suggestion system built to help users when they type the wrong name.
- Complete codebase refactored.
- Reduced types complexity.
v2.1.0
Feature
- Fixed extras installation.
v2.0.0
Features
- complete theme change from purple to cyan.
- python 3.6 compatability (prev versions were 3.8 and above).
- Introducing
init
andinspect
commands. - -p flag in list command.
- seperate docs pages built in github pages.
- cd command functionality.
-
os.system
replaced withsubprocess.run
. - Added contribution guidelines.
- Added test coverage.
- Added proper warnings.
v1.2.3
check for cmd.yaml
FileNotFound issue
- v1.2.3 path bug fixed
- Changed path to palin file name.
v1.2.2
Documentation fixes and bug fix
Pypi readme link fixed, changelogs typo fixed. App call removed. - v1.2.2 resolved docs and app call - Removed app call - Fixed broken source code link
v1.2.1
Bug fix in list
command
- v1.2.1 resolved list command bug
- list function else case
v1.2.0
list
command, github wiki docs and easter egg
Now
subprocess
module used to run commands (os.system()
removed)
- Changed to v1.2.0
- Included links to github
- Setting up for package build
- typos and grammar
- Remove github workflow
- Testing
- Fails
- Merge branch 'main' of https://github.com/j0fiN/pcmd into main
- For CI
- Added workflow
- Added final touches
- Added pcmd fish
- Added list command
- logo and banner
- Added lala
- Added logo
v1.1.0
Running Multiple commands using a simgle user-defined command
- Updated Warning and Usage 🧰
- Updated docs
- Added test for multiple commands.
- Updated v1.1.0
- Updated docs for git and pypi.
- Added feature of running multiple commands.
v1.0.0
pcmd
- Typo
- Updated and fixed typos
- Updated readme.
- Hotfix in package publishing.
- Typo in docs
- Added tests
- Fixed path issues.
- Updated readme
- Change .yml to .yaml.
- Add pcmd
- Initial commit