Git Product home page Git Product logo

sesh.nvim's Introduction

๐Ÿ’พ Sesh.nvim

A simple session management extension plugin that works alongside project.nvim.

โœจ Features

  • Save sessiosn globally that track your current project.
  • Save project specific sessions that allow you to bounce between different sessions at the press of a button.
  • Telescope integration for easy session browsing and loading.
  • Save named sessions to easily remember what you were working on before.
  • Automatic reload of sessions on startup.
  • Automatic sessions per project with project.nvim.
  • Branch specific automatic sessions.

โšก๏ธ Requirements

  • Neovim >= 0.9.0
  • Telescope
  • Project.nvim (Optional: for project specific sessions.)

๐Ÿ› ๏ธ Setup

๐Ÿ’ค Lazy

๐Ÿ“ฆ Packer

๐Ÿ“‹ Configuration Options

๐Ÿ“š Example Config

sesh.nvim's People

Contributors

niamhferns avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

sesh.nvim's Issues

Basic Global Session Saving/Loading

Sesh.nvim should allow users to save and load sessions at will. Initially this will be done with commands but will be adapted to work with telescope later on.

  • SeshSave: Save a global session with an automatically generated name.
  • SeshSave <name>: Save a global session with a specific name.
  • SeshLoad: Load the most recent saved global session.
  • SeshLoad <name>: Load a specific session by name.
  • SeshView: View all saved global sessions.
  • config.global_session_dir: Config option to select where global sessions are saved to. ~/.local/share/sesh/sessions by default.
  • config.global_session_name_format: Config option to select the default naming scheme for sessions.

Basic Project Session Saving/Loading

Sesh.nvim should allow users to save and load sessions per project. Initially this will be done with commands but will be adapted to work with telescope later on.

  • SeshSaveProject: Save a project session with an automatically generated name.
  • SeshSaveProject <name>: Save a project session with a specific name.
  • SeshLoadProject: Load the most recent saved project session.
  • ``SeshLoadProject :` Load a specific project session by name.
  • SeshViewProject: View all saved project sessions.
  • config.project_session_dir: Config option to set the name for the directory where project sessions are saved. Located in project directory for now.
  • config.project_session_name_format: Config option to select the default naming scheme for project sessions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.