Commit graph

8 commits

Author SHA1 Message Date
bec3f4a1f3
Add guard gem 2026-01-02 14:50:38 -08:00
f72ddf7f32
Update to Ruby 4, update gems, s/rubocop/standard/ 2026-01-02 12:40:38 -08:00
71a7c7d6ed
Update to wordexp 0.2.2 2026-01-02 12:39:52 -08:00
03fc5c512f Update to Ruby 3.2.2 and wordexp 0.2.0 2023-10-05 14:48:38 -07:00
b4a1f28a11
Fix tests and add rake task 2022-01-21 20:26:05 -08:00
ae89630e69
Add rubocop 2022-01-17 00:44:50 -08:00
0d0bb73114
Use wordexp to support super fancy expansions
- Expands environment variables, e.g. $HOME -> /home/tina

- Expands tildes, e.g. ~/bin -> /home/queso/bin

- Performs command substitution, e.g. `date +%F` -> 2022-01-16
                                  or $(date +%F) -> 2022-01-16
2022-01-16 23:11:40 -08:00
635f345017 Start working on a Ruby port 2022-01-16 14:08:01 -08:00