Refresh and added usage tracking
This commit is contained in:
@@ -63,6 +63,8 @@ def main():
|
||||
if len(sys.argv) < 3:
|
||||
print("Usage: deappend.py <mode> <string> [directory]")
|
||||
sys.exit(1)
|
||||
import subprocess
|
||||
subprocess.run(["python", "/home/honney/.bin/tracker.py", "add", "deappend"])
|
||||
|
||||
# Get arguments
|
||||
mode = sys.argv[1] # Mode: back, front, ext/extension
|
||||
|
||||
Reference in New Issue
Block a user