Skip to content

Commit

Permalink
add info about TUI
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Jun 26, 2023
1 parent 6cfe092 commit f572e69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ $ spacemod -S \
'copy_file ( to_file= (.*) , from_file= (.*) )' \
'copy_file($2, $1)' \
example.py

# spacemod will open interactive TUI and ask for approval of diffs. Use
# --accept-all to use spacemod non-interactively.
```

```python
Expand Down

0 comments on commit f572e69

Please sign in to comment.