https://github.com/luoxiu/lida
🍰 cd current finder/xcode dir in terminal/iterm and vice versa, easy as cake!
https://github.com/luoxiu/lida
cli finder iterm iterm2 terminal xcode
Last synced: 5 months ago
JSON representation
🍰 cd current finder/xcode dir in terminal/iterm and vice versa, easy as cake!
- Host: GitHub
- URL: https://github.com/luoxiu/lida
- Owner: luoxiu
- License: mit
- Created: 2018-07-15T09:15:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T14:13:43.000Z (about 7 years ago)
- Last Synced: 2025-04-05T14:03:06.748Z (6 months ago)
- Topics: cli, finder, iterm, iterm2, terminal, xcode
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lida
[](https://rubygems.org/gems/lida)
🍰 Open current finder/xcode dir in terminal/iterm and vice versa, easy as cake!
## Usage
```shell
# Open working directory of current terminal in finder
lida# Open current working directory of finder in a new tab of current terminal
lida finder
lida f# Open current working directory of xcode in a new tab of current terminal
lida xcode
lida x# Open current working directory of xcode-beta in a new tab of current terminal
lida xcodebeta
lida xb
```## Installation
```shell
gem install lida
```## Acknowledgement
Inspired by LeEnno's [alfred-terminalfinder](https://github.com/LeEnno/alfred-terminalfinder)!
## License
MIT