Features
- Search browser can search on web or enter site by complete url
- Users can create script commands (.sh or .bat) to execute commands using 'crower create --script'
- User can create commands already executed on crower using 'crower create --execute'
- Logs are improved, now users see only default logs and full logs are stored inside path user/name/crower/crower.log and user/name/crower/old_crower.log
- User can delete history by using 'crower delete --history'
- New commands restore to restore a deleted command from history
- Revert can revert more than 1 step on history using 'crower revert STEPS' put numbers of steps to revert
- Delete can remove either from system variable or a path variable
- Create can add either a system variable or a path variable
- Check new version
- Upgrade version
- Improved show list system and path variable
- All commands was improved to be more easy to use, for example file and folder are being detect automatically when using any command
- Interactive execute command
What's Changed
- Feature/improve file folder flags by @fiwon123 in #17
- Feature/check new version by @fiwon123 in #18
- Feature/improve list system by @fiwon123 in #19
- Feature/implement execute command as cmd by @fiwon123 in #20
- Feature/interactive execute command by @fiwon123 in #22
- Feature/add to system variable by @fiwon123 in #25
- Feature/remove from system variable by @fiwon123 in #26
- Feature/revert more than 1 step by @fiwon123 in #27
- Feature/implement restore by @fiwon123 in #29
- Feature/implement delete history by @fiwon123 in #30
- Feature/implemented action to check PRs to dev branch by @fiwon123 in #32
- Hotfix/create a check action for dev branch by @fiwon123 in #33
- Feature/save logs in a temp file by @fiwon123 in #34
- Feature/create executed command by @fiwon123 in #35
- Feature/implemented create script commands by @fiwon123 in #36
- Feature/implemented identify if is a url or not by @fiwon123 in #37
- Feature/refactor code for v030 release by @fiwon123 in #39
Full Changelog: v0.2.2...v0.3.0