bemoji/test
Marty Oehme e14010eb53
ci/woodpecker/manual/woodpecker Pipeline was successful Details
🐛 Print user messages to stderr (#27)
Previously, any messages only intended for the user (status messages,
warnings, errors) were sent over stdout. The actual emoji items are also
sent to the pickers over stdout so they would sometimes pick up the
messages and show them as an option to pick. If history is enabled, we
then also save the falsely included items there to forever display as an
option.

This commit changes internal messages to all be sent over stderr
instead, so they should not be picked up by any external programs we
hand off to.
2024-01-11 10:58:11 +01:00
..
bats@26c9b18983 🧪 Add simple test framework 2022-06-29 12:35:52 +02:00
resources 🧪 Set up default emoji list for tests 2022-06-29 12:37:13 +02:00
test_helper 🦊 Change download option to work multiple times (#16) 2022-11-10 16:05:23 +01:00
bemoji_cmds.bats Add long-form option parsing 2023-08-26 14:37:44 +02:00
bemoji_directories.bats 🦊 BREAKING: Use new XDG Base specification for state (#5) 2022-11-19 15:03:14 +01:00
bemoji_download.bats Add ability to download nerdfont symbols (#10) 2023-05-01 16:03:09 +02:00
bemoji_errors.bats 🐛 Print user messages to stderr (#27) 2024-01-11 10:58:11 +01:00
bemoji_history.bats BREAKING: Add ability to limit recent emoji shown (#1) 2023-04-30 18:22:44 +02:00