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
- Host: GitHub
- URL: https://github.com/leptos-null/filzopen
- Owner: leptos-null
- Created: 2019-12-22T23:39:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-22T23:40:45.000Z (over 5 years ago)
- Last Synced: 2025-03-13T00:33:19.930Z (4 months ago)
- Topics: cli, filza, ios
- Language: Objective-C
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```