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

https://github.com/weaming/sets

Set operate over files which contains set of lines
https://github.com/weaming/sets

Last synced: 22 days ago
JSON representation

Set operate over files which contains set of lines

Awesome Lists containing this project

README

          

# Sets

Set operate over files which contains set of lines

`pip3 install -U sets-operation-over-files`

```
$ sets 'names_boy | names_girl' -s
a
b
c
d
e
f
g
h
i
j
```