CLI program to save and view text with corresponding tags.
Project description
save some text (usually URLs) with associated tags
the most common way i use it (and the intended purpose for myself)
open $(savetxt cat links | fzf | awk '{print $NF}')
currently by default the file is stored in your home directory.
functionality:
- put
savetxt put <filename> <tags> <link>
eg:
❯ savetxt put linksfile google,youtube https://www.youtube.com/watch\?v\=xvFZjo5PgG0
❯ savetxt put linksfile hackernews,front https://news.ycombinator.com/
# file is created in $HOME/savetxt/
- cat
savetxt cat <filename>
eg:
❯ savetxt cat linksfile
tags value
0 ['google', 'youtube'] https://www.youtube.com/watch?v=xvFZjo5PgG0
1 ['hackernews', 'front'] https://news.ycombinator.com/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
savetxt-0.0.5.tar.gz
(14.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
savetxt-0.0.5-py3-none-any.whl
(15.1 kB
view details)
File details
Details for the file savetxt-0.0.5.tar.gz.
File metadata
- Download URL: savetxt-0.0.5.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52abd5c8d2fa6c4f7dc92b248d14431f0a1f229f3cae251f77bda61a1046cef4
|
|
| MD5 |
c215f071601b5070e0031974d50f81c4
|
|
| BLAKE2b-256 |
2468cb6e7b3b848cf937e8057eddbc690a0b5b82a81f71b6cc88ecb66a892e1c
|
File details
Details for the file savetxt-0.0.5-py3-none-any.whl.
File metadata
- Download URL: savetxt-0.0.5-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1175667860b123403fc30d71c3c5cb564c9b3f36ebc6c08f85e860ca3f5502c
|
|
| MD5 |
1aa8db3357dd904f6f676143c373be6e
|
|
| BLAKE2b-256 |
6a21a1487424e3dc07fee76f03278dc99d47ef276adaf5e555cea8b0344da9ed
|