session-lens VS telescope-project.nvim

Compare session-lens vs telescope-project.nvim and see what are their differences.

session-lens

A session-switcher extension for rmagatti/auto-session using Telescope.nvim (by rmagatti)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
session-lens telescope-project.nvim
8 19
219 556
- 2.0%
1.7 3.0
about 1 year ago 10 days ago
Lua Lua
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

session-lens

Posts with mentions or reviews of session-lens. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-13.
  • Auto-Session Removes modified buffers
    2 projects | /r/neovim | 13 Jul 2023
    I use auto-session for session management and session-lens telescope extension for switching the sessions. When I switch to a different session, auto-session clears all buffers from my current session, including the modified ones, without warning. I'm wondering if there are any ways to prevent losing my changes. For instance, can I save the modified buffers in the session and load them on session restore, or configure auto-session to give me a warning before switching to a new session if there are unsaved changes? Alternatively, is there a way to use Telescope to display a list of recently modified buffers, so that I can review them before switching sessions and take appropriate action?
  • which session manager for nvim
    16 projects | /r/neovim | 23 Feb 2022
    auto-session * Automatically save AND load session based on cwd * Customizable with optional hooks when saving and loading a session * Has a companion plugin for switching sessions through a telescope picker called session-lens
  • Any good ways to switch between existing sessions?
    3 projects | /r/neovim | 30 Apr 2021
    Hey author here, auto-session paired with session-lens (telescope extension) would give you the switching capabilities you seem to be looking for.
  • Session Lens - A neovim session switcher built on top of rmagatti/auto-session and Telescope.nvim
    4 projects | /r/neovim | 18 Apr 2021
    Session Lens - https://github.com/rmagatti/session-lens
  • Git Worktrees
    4 projects | /r/neovim | 14 Apr 2021
    Dropped something in your discord about it. I was also in the process of building a session switcher for my plugin as a telescope.nvim extension, finished today, probably still rough around the edges but here it is. https://github.com/rmagatti/session-lens

telescope-project.nvim

Posts with mentions or reviews of telescope-project.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-29.
  • [Neovim] Quel directeur de session pour NVIM
    1 project | /r/enfrancais | 25 Apr 2023
  • Directories not showing up in "recent projects."
    1 project | /r/lunarvim | 4 Apr 2023
    Projects are handle by the telescope-project plugin (https://github.com/nvim-telescope/telescope-project.nvim) Does is change when you open folder by its name ? With “lvim .” ? With just “lvim” ?
  • How to manage projects efficiently in neovim using telescope
    5 projects | /r/neovim | 29 Mar 2023
    I found this plugin for telescope that does all of the above, except that it requires a redundant step where even though I'm inside a project, I still have to select the project before I can search / grep inside. Basically, I want to create a mapping that allows me to search inside the project without having to always select the project that I am in (it should be able to detect that the file from which I am searching belongs to such-and-such project and so can instantly search from within that project).
  • olddirs.nvim: oldfiles, but for directories
    4 projects | /r/neovim | 28 Dec 2022
    telescope-project.nvim
    5 projects | /r/neovim | 28 Dec 2022
    Sharing a lightweight plugin I wrote yesterday which provides some functions for accessing previously used current working directories. I know that this is similar to some other "workspace" / "project" plugins which already exist, so I've pasted the motivation section from the README. >I work in a large monorepo and change my working directory depending on what part of the codebase I'm looking at to give my LSP (gopls) a chance and to improve the usefulness of fuzzy finding files. I want to change the current working directory back to a previously used one without having to configure a "project" or "workspace" beforehand. This requirement is not satisfied (as far as I can tell) by existing similar plugins: > - project.nvim > - telescope-project.nvim > - workspaces.nvim. > - neovim-session-manager > olddirs.nvim is very lightweight and doesn't provide any niceties (out of the box) like some of the above plugins, it's literally just :oldfiles for directories. > \ I say "out of the box" since some features like the searching or browsing of files inside a previous directory can be implemented by adding actions to the olddirs.nvim Telescope picker.
  • Switching between projects
    3 projects | /r/neovim | 28 Oct 2022
  • My first plugin: ProjectMgr - lets you quickly switch between projects and define custom startup commands for each.
    6 projects | /r/neovim | 20 Jun 2022
    This seems to be a https://github.com/nvim-telescope/telescope-project.nvim
  • which session manager for nvim
    16 projects | /r/neovim | 23 Feb 2022
    Few months ago I tried https://github.com/nvim-telescope/telescope-project.nvim but it does not restore windows layout (seem to only cd into project dir). Are there any other session managers that support features listed above?
  • A pragmatic approach to migrating from VSCode to Neovim
    35 projects | dev.to | 14 Feb 2022
    Anyhow, I started clearing the last requirements standing by installing telescope-project.nvim and todo-comments.nvim. They were a convenient choice, as both extend the already mentioned Telescope plugin. Seamless terminal integration was possibly the feature I was looking for the most. As I hoped, Neovim offers transparent terminal emulation out of the box, making to open a terminal buffer feel like a first class operation.
  • Find Files Across Project
    2 projects | /r/neovim | 20 Dec 2021
    To be fair, there is telescope-project, which almost does what I'm looking for. The only drawback for me is, that I want a command, that I can call with a single keystroke. telescope-project always shows a list of all registered projects and you have to select the first one, which adds friction to the editing-flow.

What are some alternatives?

When comparing session-lens and telescope-project.nvim you can also consider the following projects:

git-worktree.nvim

neovim-session-manager - A simple wrapper around :mksession.

telescope-ui-select.nvim

project.nvim - The superior project management solution for neovim.

auto-session - A small automated session manager for Neovim

vscode-project-manager - Project Manager Extension for Visual Studio Code

telescope.nvim - Find, Filter, Preview, Pick. All lua, all the time.

ohmyzsh - 🙃 A delightful community-driven (with 2,300+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

nnn - n³ The unorthodox terminal file manager

git-worktrees.nvim

vim-session - Extended session management for Vim (:mksession on steroids)