https://github.com/rohmanhm/opendir
⬛️ Simple Cross Platform Open Directory to Filemanager
https://github.com/rohmanhm/opendir
explorer golang nautilus open open-dir
Last synced: 5 months ago
JSON representation
⬛️ Simple Cross Platform Open Directory to Filemanager
- Host: GitHub
- URL: https://github.com/rohmanhm/opendir
- Owner: rohmanhm
- License: mit
- Created: 2018-11-03T08:09:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T11:59:50.000Z (almost 7 years ago)
- Last Synced: 2025-03-05T14:03:34.469Z (7 months ago)
- Topics: explorer, golang, nautilus, open, open-dir
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⬛️ opendir
> A simple cross platform open directory to filemanager.## Installation
Download the latest binary or the source code on [releases page](https://github.com/rohmanhm/opendir/releases).## Usage
Use the help command.
```bash
opendir -h
```
Output
```bash
opendir is simple cross platform open directory.Usage:
opendir [Flags] [directories...]Flags:
version prints app current version.Examples:
- Open current directory. By default, 'opendir' will open the current active directory.
'opendir'- Open sub directory
'opendir subdirectory'
'opendir ./subdirectory'- Open specified directory path
'opendir ~/Downloads'- Open multiple directories at once
'opendir subdirectory ~/Downloads'
```## License
>MIT License
>
>Copyright (c) 2018 MH Rohman Masyhar