https://github.com/pombadev/commandlinefu
Unofficial cli/repl for commandlinefu.com
https://github.com/pombadev/commandlinefu
cheat cheatsheet cli commandlinefu go golang
Last synced: about 1 year ago
JSON representation
Unofficial cli/repl for commandlinefu.com
- Host: GitHub
- URL: https://github.com/pombadev/commandlinefu
- Owner: pombadev
- License: mit
- Created: 2021-08-07T18:49:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T23:50:10.000Z (over 3 years ago)
- Last Synced: 2025-02-08T04:28:47.632Z (over 1 year ago)
- Topics: cheat, cheatsheet, cli, commandlinefu, go, golang
- Language: Go
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# commandlinefu [](https://github.com/pjmp/commandlinefu/tags) [](https://pkg.go.dev/github.com/pjmp/commandlinefu)
# Introduction
> commandlinefu.com is the place to record those command-line gems that you return to again and again. That way others can gain from your CLI wisdom and you from theirs too. All commands can be commented on, discussed and voted up or down.
`commandlinefu` is an unofficial cli/repl client for [commandlinefu.com](https://www.commandlinefu.com), written in [golang](https://golang.org/).
This uses both the provided [official api](https://www.commandlinefu.com/site/api) and scrapes the website because the official api does not provide all features present in the website.
# Demo
[](./static/demo.svg)
# Installation
```bash
go get github.com/pjmp/commandlinefu
```
# Usage
```
Usage of commandlinefu:
-preview-themes
Preview available themes
-query string
Command or question to search
-repl
Starts a commandlinefu repl (default true)
-theme value
Set syntax highlight theme
-version
Prints version information
```
# TODO
- Save preferences in a setting file