Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nightmachinery/ntom
- Owner: NightMachinery
- Created: 2020-08-26T18:46:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:11:08.000Z (about 1 year ago)
- Last Synced: 2023-12-15T06:28:03.230Z (about 1 year ago)
- Topics: cli, cli-app, fzf, fzf-preview-pane, golang-application, grep, previewer, ripgrep, search
- Language: Go
- Homepage:
- Size: 287 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.org
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_SRCHere 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.