Skip to content

Commit

Permalink
Updated TODO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
giterlizzi committed Dec 22, 2017
1 parent 21bbed4 commit 5bac355
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# SlackMan TODO

- [ ] FEATURE: Check dependencies command (eg. `slackman check-deps PACKAGE`)
- [ ] FEATURE: Add rule in `.repo` file for 32-bit or ARM directory variant (i386, i486, i586, i686, x86, armv5, armv7, armel, etc.)
- [ ] FEATURE: Add rule in `.repo` file to allow the repository only for particular arch (eg. `slackware:multilib` is only for `x86_64` arch)
- [ ] FEATURE: Remove package and all "directed" dependencies (`slackman remove routersploit --remove-dependencies`)
- [ ] FIX: Display installed date in `slackman history` for packages installed and removed (never upgraded). Now dsplay only the removed date
- [ ] FEATURE: Add option `--append` (or `-A`) for `slackman config` and `slackman repo config` for append a text in config file
- [ ] Check dependencies command (eg. `slackman check-deps PACKAGE`)
- [ ] Add rule in `.repo` file for 32-bit or ARM directory variant (i386, i486, i586, i686, x86, armv5, armv7, armel, etc.)
- [ ] Add rule in `.repo` file to allow the repository only for particular arch (eg. `slackware:multilib` is only for `x86_64` arch)
- [ ] Remove package and all "directed" dependencies (`slackman remove routersploit --remove-dependencies`)
- [ ] Display installed date in `slackman history` for packages installed and removed (never upgraded). Now dsplay only the removed date
- [ ] Add option `--append` (or `-A`) for `slackman config` and `slackman repo config` for append a text in config file
- [ ] Notify the user of changed or installed `/etc/rc.d`

## SlackMan 1.1

Expand Down Expand Up @@ -40,8 +41,7 @@

- [x] Trigger via D-Bus signal the end of SlackMan repository update (packages, manifest, and changelog)
- [x] Reload SlackMan Notifier check (updates, security fix, etc) on D-Bus signal
- [ ] Add renamed or aliased package support (eg. `/etc/slackman/renames.d/00-default.renamed`)
- [ ] Add local package install/upgrade using `--local FILE` option (eg. `slackman install --local /tmp/foo-1.2-noarch-1`)
- [x] Add renamed or aliased package support (eg. `/etc/slackman/renames.d/00-default.renamed`)
- [x] Add local package install/upgrade using `--local FILE` option (eg. `slackman install --local /tmp/foo-1.2-noarch-1`)
- [x] Add option `d` in answer when using `slackman install` & `slackman upgrade` commands for download the packages (eg. `Perform upgrade of selected packages? [Y/N/d]`)
- [ ] Increase SlackMan bootstrap and module loading

- [x] Increase SlackMan bootstrap and module loading

0 comments on commit 5bac355

Please sign in to comment.