Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T14:13:43.000Z (over 6 years ago)
- Last Synced: 2024-10-31T14:50:27.437Z (2 months ago)
- Topics: cli, finder, iterm, iterm2, terminal, xcode
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lida
[![Gem Version](https://img.shields.io/gem/v/lida.svg)](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