Start · Docs for v0.4
Getting started
Install Rip, open a folder, and learn the parts of the window.
Rip is a code editor for people who review more code than they write. This page takes you from the download to your first open folder.
Install#
macOS#
- Download Rip from ripeditor.com. Pick Apple Silicon or Intel.
- Open the disk image and drag Rip into Applications.
- Open Rip from Applications.
Rip needs macOS 13 or later. Apple has notarized the app, so macOS opens it without a warning.
Linux#
Rip ships as a package for Debian, Ubuntu, Fedora and Arch Linux, and as a tarball for other distributions. The Linux download page has one command for each. The package is rip-editor; the command it installs is rip.
Open a folder#
Rip shows one folder per window.
- Press OCtrl+O and pick a folder.
- On Linux, run
rip path/to/folderin a terminal. - Open a file the same way. Rip opens the file and uses its folder as the project.
The window#
- Sidebar. The file tree of the open folder. BCtrl+B hides and shows it. A file that changed on disk while you looked elsewhere gets a dot.
- Tabs and panes. Each file opens in a tab. secondary-</kbd> splits the editor into two panes.
- Status bar. The branch and worktree, with buttons for the change review, pull requests, worktrees and file history. On the right: the cursor position, the indentation, and the language.
- Title bar. The folder and the current file.
First keys#
| Keys | What happens |
|---|---|
| PCtrl+P | Find a file by name. |
| PCtrl+Shift+P | Run any command by name. |
| FCtrl+Shift+F | Search the folder. |
| ,Ctrl+, | Open the config file. Rip creates it with every option documented. |
| K TCtrl+K Ctrl+T | Preview and pick a theme. |
| GCtrl+Alt+G | Review the changes in the working tree. |
Next#
- Configuration lists every setting.
- Keyboard shortcuts lists every binding and shows how to change one.