An open API service indexing awesome lists of open source software.

https://github.com/leptos-null/filzopen

Open Filza to a file location from the command line
https://github.com/leptos-null/filzopen

cli filza ios

Last synced: 16 days ago
JSON representation

Open Filza to a file location from the command line

Awesome Lists containing this project

README

        

## FilzOpen

Open [Filza](https://www.tigisoftware.com/default/?page_id=78) to a file location from the command line.

Example:

```shell
$ open . # opens Filza to the current directory
$ open /System # opens Filza to `/System`
$ open /var/mobile/Library/Preferences/com.apple.preferences.plist # opens Filza to `/var/mobile/Library/Preferences` with the `com.apple.preferences.plist` file highlighted
```