Skip to content

Commit

Permalink
Support arrow-keys during text entry
Browse files Browse the repository at this point in the history
  • Loading branch information
alichtman committed Jan 13, 2024
1 parent 954eb23 commit 9b8583e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions shallow_backup/git_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import subprocess
import sys
import git
import readline
from git import GitCommandError
from shutil import move, which
from .printing import *
Expand Down
1 change: 1 addition & 0 deletions shallow_backup/prompts.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import os
import sys
import inquirer
import readline
from .utils import *
from .printing import *
from .config import *
Expand Down

0 comments on commit 9b8583e

Please sign in to comment.