https://github.com/freshshell/fresh-open
Open fresh sources in your $EDITOR.
https://github.com/freshshell/fresh-open
Last synced: 8 months ago
JSON representation
Open fresh sources in your $EDITOR.
- Host: GitHub
- URL: https://github.com/freshshell/fresh-open
- Owner: freshshell
- Created: 2013-03-13T22:44:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T18:09:24.000Z (almost 7 years ago)
- Last Synced: 2025-07-08T22:04:42.915Z (11 months ago)
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# fresh-open
Open fresh sources in your `$EDITOR`.
## Installation
### Install fresh
Run the following line or follow the [manual install instructions].
``` sh
bash -c "`curl -sL get.freshshell.com`"
```
### Install fresh-open
Paste the following line into your shell or add it to your `~/.freshrc` file.
``` sh
fresh freshshell/fresh-open bin/fresh-open --bin
```
#### cdf
There is also a function you can use to change into the source directory.
To use it you will need to add the following line to your freshrc.
``` sh
fresh freshshell/fresh-open shell/cdf.sh
```
## Usage
``` sh
fresh open freshshell/fresh-open # will open this codebase in your $EDITOR
fresh open freshshell/fresh # will open the fresh codebase in your $EDITOR
```
[manual install instructions]: https://github.com/freshshell/fresh#manual-steps