Temple
Temple is a simple CUI for copying files at hand.
Have you ever wondered, "I need that file again, but where is it?"
Temple brings the file to your hand quickly and accurately with CLI.
Usage
> temple
Search: █
Select
▸ ~/go/src/github.com/skmatz/temple/main.go
Name: main.go
Path: ~/go/src/github.com/skmatz/temple/main.go
Tags: go, temple
Content:
1 package main
2
3 import (
4 "fmt"
5 "io"
6 "io/ioutil"
7 "log"
8 "net/http"
9 "os"
10 "os/user"
Install
Binary
Get binary from releases.
If you already have jq and fzf or peco, you can download binary by running the following command.
curl -Ls https://api.github.com/repos/skmatz/temple/releases/latest | jq -r ".assets[].browser_download_url" | fzf | wget -i -
Source
go get github.com/skmatz/temple