Skip to content

Commit

Permalink
Added support files with spaces in alias mode
Browse files Browse the repository at this point in the history
  • Loading branch information
salman-abedin committed Jul 23, 2020
1 parent 75341fd commit 7bb88ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ git clone https://github.com/salman-abedin/devour.git && cd devour && sudo make

```sh
devour CMD/ALIAS ...
devour CMD/ALIAS ... -- [FILE with spaces]
```

## Pro Tip
Expand Down
4 changes: 2 additions & 2 deletions devour.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#
# Hides your terminal window before launching an external program and unhides it after quitting.
# Dependencies: sed, xdo
# Usage: devour CMD/ALIAS...
# devour CMD/ALIAS... -- [FILE with spaces]
# Usage: devour CMD/ALIAS ...
# devour CMD/ALIAS ... -- [FILE with spaces]

WID=$(xdo id)

Expand Down

0 comments on commit 7bb88ae

Please sign in to comment.