sheepla
sheepla
There are multiple command-line markdown viewer: - [mdcat](https://github.com/lunaryorn/mdcat) - [glow](https://github.com/charmbracelet/glow)
問題はどこに書くか...。
[fzpac-git](https://aur.archlinux.org/packages/fzpac-git) is already published (Thanks Maintainer), but I want to release an `fzpac` package to be released in stages from GitHub release.
~~I'm planning to use [kirsle/configdir](https://github.com/kirsle/configdir) to support each platform.~~ ## ~~Provisional plan:~~ ### Location of download cache files ``` configdir.LocalCache(appName, "github.com", repo, owner, tag, "...") ``` - On Linux: `~/.cache/ghin/github.com/sheepla/longgopher/v0.0.1-alpha/...`...
Hmm, It may be better to put the files in a single rooted directory e.g. `~/ghin/` without using configdir.
サブコマンドを増やすのではなくキー( `` など)を割り当てる方法も良さそう
> サブコマンドを増やすのではなくキー( `` など)を割り当てる方法も良さそう この案を採用予定
This library looks good for version comparisons. > [hashcorp/go-version](https://github.com/hashicorp/go-version)
It seems like a good idea to use this library for archive development. > [mholt/archiver](https://github.com/mholt/archiver)