track.nvim icon indicating copy to clipboard operation
track.nvim copied to clipboard

Harpoon-like file tracking. Supercharged with telescope.nvim.

Results 12 track.nvim issues
Sort by recently updated
recently updated
newest added

Let me know if anyone finds any bugs while using this. Note that, it is likely that you won't find any bugs if you have disabled devicons. The problem starts...

bug
enhancement

"Detect" if a `cwd` i.e. project uses Rust, Git, Go, Java, PIP, etc. This is similar to [powerlevel10k](https://github.com/romkatv/powerlevel10k) detection feature.

Allow `Pad` or, `pickers.views` is opened and then if the current branch gets changed, redraw/re-populate the `Pad` / `pickers.views` with the new branch's contents.

Support for saving Neovim commands (both user and builtin commands) as marks. That is, allow the users to save `:copen`, `:Telescope resume`, etc.

Implement `Pad:intersection(before_lines, after_lines) > 0` function for saving branch `history`.

Implement validation (`vim.validate`) and configuration fallbacks. Defaults (`M.defaults`) will be used if config values are invalid.

Allow `config.root_path` and `config.branch_label` to be a function in configuration.

Implement a previewer for viewing metadata and file contents. As for pad, implement a general floating window previewer. Like if the current line is a terminal command then ask if...

Implement copy and paste (mutiple & single) in pickers. Copy/Paste JSON version of the containers.

Mark initial cursor positions (row, col) and update the position if the file is marked again.