sap

A Telescope picker for your Sapling stack.

Lists every file touched between the base of your stack and your working copy, so you can jump back to anything you've been working on.

neovim v0.11.4+
scm sl
preview bat
manager lazy.nvim
{
  'kevherro/sap',
  dependencies = { 'nvim-telescope/telescope.nvim' },
  config = function()
    require('telescope').load_extension('sap')
  end,
  keys = {
    { '<leader>fc', '<cmd>Telescope sap<cr>' },
  },
}