Metadata-Version: 2.2
Name: savetxt
Version: 0.0.4
Summary: CLI program to save and view text with corresponding tags.
Author-email: Aditya <todo@createanemail.com>
Project-URL: Homepage, https://github.com/AND2797/savetxt
Project-URL: Issues, https://github.com/AND2797/savetxt/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=2.0.0
Requires-Dist: click<9.0.0,>=8.0.0

save some text (usually URLs) with associated tags

the most common way i use it (and the intended purpose for myself)

```bash
open $(savetxt cat links | fzf | awk '{print $3}')
```
