Git Product home page Git Product logo

telescope-git-browse.nvim's Introduction

telescope-git-browse.nvim

Git browsing extension for telescope.nvim.

  • impove git_commits
    • don't reorder commits when filtering them
    • add commit SHA/date/author/message in preview
    • actions open the commit preview
  • add git live_grep and grep_string
  • add tag live_grep

Installation

packer

use { "antoinemadec/telescope-git-browse.nvim" }

Vim-Plug

Plug 'antoinemadec/telescope-git-browse.nvim'

Setup and Configuration

require('telescope').setup {
...
}

require('telescope').load_extension('git_browse')

Documentation

Command Description Comment
Telescope git_browse commit_msgs Replaces git_commits : no reordering, more info, actions open the commit
Telescope git_browse bcommit_msgs Replaces git_bcommits : no reordering, more info, actions open the commit
Telescope git_browse ccommit_msgs commit_msgs for current working directory
Telescope git_browse live_grep Equivalent of live_grep using git grep Not fuzzy
Telescope git_browse grep_string Equivalent of grep_string using git grep. Default: search for <cword> Fuzzy. Call with search= to search in the whole repo
Telescope git_browse live_tags Equivalent of live_grep in ctags files Not fuzzy

telescope-git-browse.nvim's People

Contributors

antoinemadec avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

hasanfelek

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.