bemoji/test
Marty Oehme 7e8fc0c51a
Add ability to execute multiple command options
Can combine command options (-c, -t, -e) in any way to simultaneously
clip, type and/or echo the picked results.
Still defaults to clipping, as before.

If a custom default command is given with `BEMOJI_DEFAULT_CMD` env var,
then invoking bemoji without any command option will invoke this
command. Otherwise, the other commands are added to the default given
command.

Additionally, refactor echo command to mirror other commands
Both typing and clipping simply invoke the corresponding program
function while echo had an extra role so far. This adjusts the echo
command to also work the same way.
2022-08-06 11:46:06 +02: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 🧪 Add simple test framework 2022-06-29 12:35:52 +02:00
bemoji_cmds.bats Add ability to execute multiple command options 2022-08-06 11:46:06 +02:00
bemoji_directories.bats 🧪 Add tests for clipping, echo and typing command 2022-08-06 10:02:34 +02:00