Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nightmachinery/ntom

A helper tool I use to preview searched files with fzf.
https://github.com/nightmachinery/ntom

cli cli-app fzf fzf-preview-pane golang-application grep previewer ripgrep search

Last synced: about 2 months ago
JSON representation

A helper tool I use to preview searched files with fzf.

Awesome Lists containing this project

README

        

#+TITLE: ntom

* Installation
#+BEGIN_SRC
go get -u -v github.com/NightMachinary/ntom
#+END_SRC
* Usage
This is a helper tool that I use with my search scripts.

#+BEGIN_SRC
ntom [ ]
#+END_SRC

Here are some screenshots:
[[file:readme.org_imgs/20200830_044809_63v806.png]]

[[file:readme.org_imgs/20200830_045347_Nta6jf.png]]

Unfortunately, the search scripts need some refactoring to be easily usable by other people. But they live at [[https://github.com/NightMachinary/.shells/blob/master/scripts/zsh/interactive/fuzzy/notes-search.zsh]] if you're interested.

* Licenses

Dual-licensed under MIT and GPL v3 or later.