Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/loklaan/1-liners-cli

CLI for copying code from "1-liners" project.
https://github.com/loklaan/1-liners-cli

Last synced: about 1 month ago
JSON representation

CLI for copying code from "1-liners" project.

Awesome Lists containing this project

README

        

# 1-liners cli


Screenshot of the CLI starting


Copy common util functions to clipboard, courtesy of 1-liners

## Quick Start

```bash
$ npx 1-liners-cli
```

## Keep It Around

```bash
$ npm install -g 1-liners-cli # Install globally
$ 1-liners # Show a list of 1-liners
$ 1-liners isFunction # Copy a function immediately
$ 1-liners isFunction --print # Print to stdout instead of copy to clipboard
```

## Legal

### license

The MIT License (MIT)
Copyright © Lochlan Bunn

### attribution

"1-liners" source licensed MIT from [1-liners/1-liners](https://github.com/1-liners/1-liners) via [stoeffel](https://github.com/stoeffel).