Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add disable and enable commands #26

Merged
merged 4 commits into from Sep 23, 2014
Merged

Add disable and enable commands #26

merged 4 commits into from Sep 23, 2014

Commits on Sep 21, 2014

  1. Add disabled information to labelfile

    Indicates whether a label is disabled in the labelfile. This indicates
    whether it should be considered for printing under normal circumstances
    (not explicitly requesting all labels) for printing and such.
    
    Disabling a label allows the user to keep certain labels in the
    labelfile without being bothered by outdated labels in listing output
    and the like.
    
    Represent the disabled state in the list header with "X".
    ryuslash committed Sep 21, 2014
    Configuration menu
    Copy the full SHA
    f4db258 View commit details
    Browse the repository at this point in the history
  2. Don't print disabled labels and add --all switch

    Don't print labels that have been disabled.
    
    Add an `--all` switch to the `dispass list` command which allows listing
    of all labels regardless of their disabled state.
    ryuslash committed Sep 21, 2014
    Configuration menu
    Copy the full SHA
    f827bda View commit details
    Browse the repository at this point in the history
  3. Add disable/enable commands

    ryuslash committed Sep 21, 2014
    Configuration menu
    Copy the full SHA
    d79005e View commit details
    Browse the repository at this point in the history
  4. Update documentation

    ryuslash committed Sep 21, 2014
    Configuration menu
    Copy the full SHA
    062cd69 View commit details
    Browse the repository at this point in the history