Run arbitrary Python code on the last n words!
Project description
plover_retro_stringop
Run arbitrary code on the last n words! This is inheritly unsafe and horrible, yay!
Complaints go to [[redacted]]@[[redacted]].com.
Usage
{:retro_stringop:N:EXPR}, where N is the number of words (backwards) to work on and EXPR is the expression that constitutes the new text.
This has text as the entire string and words as an array of the individual words (already stripped, use raw_words for words including the spaces).
{:retro_stringop_sh:N:EXPR} does the same stuff, but calls /bin/sh, and provides the text as TEXT env var.
Examples
{:retro_stringop:1:"(" + text + ")"}: surround last word in parenthesis{:retro_stringop:2:"(" + text + ")"}: surround last two words in parenthesis{:retro_stringop_sh:1:echo "$TEXT" | tee some-file.txt}: log last word to some-file.txt (tee is used here to so that the word doesn't get deleted){:retro_stringop:1:text[::-1]}: reverse the last word{:retro_stringop_sh:1:cat "$TEXT"}: read the last word as a filename, and read that file, replacing the filename with the content{:retro_stringop:3:"".join([w.lower().capitalize() for w in words])}: PascalCase the last 3 words
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file plover_retro_stringop-0.1.2.tar.gz.
File metadata
- Download URL: plover_retro_stringop-0.1.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200709 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a079faa5160829f649193586fc9fc7aed456b205cae30a8f97ae850fd9599ed
|
|
| MD5 |
c15f1595bbe8897d69293684d46b21bd
|
|
| BLAKE2b-256 |
4575e01e81780468f8910d0d291943fea9d753edb299502bebd8531cb1a50ec0
|
File details
Details for the file plover_retro_stringop-0.1.2-py3-none-any.whl.
File metadata
- Download URL: plover_retro_stringop-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200709 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
108b7dabd6e20c7fcf3fbd5868afe37a92a4c468cd3ad113eda20580dd88c1b2
|
|
| MD5 |
33086232c410bb988a863334debb8d8f
|
|
| BLAKE2b-256 |
d47167206e302aee9d325b0a388869e6923ae5d3762ddafb9953b559cace5808
|