https://github.com/nanvenomous/e
a binary wrapper for neovim to run sessions from any subdirectory of the project & open specific commits for review
https://github.com/nanvenomous/e
neovim nvim obsession session session-management
Last synced: about 2 months ago
JSON representation
a binary wrapper for neovim to run sessions from any subdirectory of the project & open specific commits for review
- Host: GitHub
- URL: https://github.com/nanvenomous/e
- Owner: nanvenomous
- License: other
- Created: 2021-09-18T22:54:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-19T21:56:11.000Z (about 1 year ago)
- Last Synced: 2026-01-15T03:40:54.818Z (5 months ago)
- Topics: neovim, nvim, obsession, session, session-management
- Language: Go
- Homepage:
- Size: 1.52 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# nvim Session runner
run nvim sessions from any subdirectory of your project
calling `e` is the equivalent of
```bash
nvim -S ./Session.nvim
```
but it will also search up the filetree for session files
# Installation
```
go install github.com/nanvenomous/e@latest
```
* default executable name in Makefile is
> e
* default vim session file name in main.go is
> Session.vim