Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-28 | feat(macports): add commands to get list of updated ports (#8698) | Enrico Maria Crisostomo | |
2021-01-11 | feat(macports): add 'reclaim' to completion list for Macports (#9521) | Søren Nielsen | |
The sub-command `reclaim` is quite useful for freeing up disk space. `reclaim` is a useful command that is missing from the list of completions in the plugin. The description is for the `reclaim` sub-command is: "port reclaim will find files that can be removed to reclaim disk space by uninstalling inactive ports on your system as well as unnecessary unrequested ports, and removing unneeded or unused installation files. The user is then provided interactive options for files to remove. No files are removed initially, until the user selects them from the provided list." For all the details use this command on a system with Macports installed: `port help reclaim` | |||
2020-02-27 | macports: add rdeps and rdependents completion (#4717) | Guillermo del Fresno | |
2018-10-03 | macports: add README (#7204) | Sebastian Müller | |
2011-04-12 | Optimize plugin loading so that only one call to compinit is required | Pat Regan | |
2011-04-08 | Replace redundant calls to compinit with a single call. | Pat Regan | |
2011-03-13 | Add completion for port command | Matt Cable | |
2010-09-30 | Reorganizing plugins so that each plugin has it's own directory now so that ↵ | Robby Russell | |
any plugin-specific functions can be bundled within there. |