textpieces icon indicating copy to clipboard operation
textpieces copied to clipboard

Quick text processing

Results 38 textpieces issues
Sort by recently updated
recently updated
newest added

Fixes #130. This PR changes the bottom margin in two files to the nearest integer, apparently Blueprint is no longer accepting floating values for margins? Can't find anything here https://gitlab.gnome.org/jwestman/blueprint-compiler/-/releases.

Building textpieces v3.4.1 with blueprint-compiler v0.8.1 results in the following Error: (I am updating [blueprint-compiler for nixos](https://github.com/NixOS/nixpkgs/pull/238303). [Arch linux seams to have the same issue](https://aur.archlinux.org/packages/textpieces#comment-915266). ``` upgrade: Use type syntax...

Maybe tools could be grouped into different categories. Categories could be checksum, hash, encoding/decoding, and transforms (uppercase, lowercase, title case, reverse, etc).

Python's [hashlib](https://docs.python.org/3/library/hashlib.html) supports SHA-3.

I tried to set a custom font for the editor in the app through `Preferences > Editor > Editor Font` but the editor does not apply after selecting a font...

Like the app a lot, thought I would provide a useful tools that I think is helpful. could do with many more html convertors commit message below. This does not...

Added two tools: - removing all lines that show up more than once - like above, but leave one occurrence untouched I only looked into the source code very roughly,...

This mimics Boop's hex to dec and vice-versa conversion, maintaining other strings, newlines, and spaces. ## Example IO: ### Hexadecimal to decimal Input: ``` 0x123 123 0xABC abc 0x456555 hello...

Whenever I run custom script with async function Text Pieces hangs every time, until the script completes execution and then for a while. ![image](https://github.com/liferooter/textpieces/assets/107754716/82e608e9-c8d9-4393-87ee-760e444155f6) It would be cool you could...

This would be practical for if you have a long list that might contain duplicate entries. I imagine the tool could be separated into two parts: one that *only keeps...