[bin] Extract browse-folder from browse-screenshot-folder

This commit is contained in:
Sebastian Schulze 2022-01-12 10:51:44 +01:00
parent 4378a9b748
commit cb1afa5fc9
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
exec foot --app-id 'files' lf $*

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
exec foot --app-id 'files' lf $(screenshot-folder)
exec browse-folder $(screenshot-folder)