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

External hotkey commands: tagging, linting and checking sync #1498

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jun 13, 2024

  1. keys: Add a common suffix for all urwid_readline hotkeys.

    Tests updated to not use urwid_readline hotkeys,
    to avoid reliance on external libraries for hotkey commands.
    Niloth-p committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    84f5014 View commit details
    Browse the repository at this point in the history
  2. lint/regex: keys: Add linting for usage of external commands.

    Identify external commands using the added suffix.
    
    Search for both the suffix variable and the actual suffix.
    Niloth-p committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    514db27 View commit details
    Browse the repository at this point in the history
  3. run: Check sync of readline shortcuts with urwid_readline's keymap.

    Lint exclusions updated.
    Niloth-p committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    fa92511 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0495e29 View commit details
    Browse the repository at this point in the history