#command_kit — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #command_kit, aggregated by home.social.
-
I hadn't checked bestgems.org in a while, but it appears that command_kit is doing pretty good!
https://bestgems.org/gems/command_kit
#command_kit -
I hadn't checked bestgems.org in a while, but it appears that command_kit is doing pretty good!
https://bestgems.org/gems/command_kit
#command_kit -
Cool, someone else used command_kit for their Ruby CLI!
https://github.com/rubygems/configure_trusted_publisher#usage -
Cool, someone else used command_kit for their Ruby CLI!
https://github.com/rubygems/configure_trusted_publisher#usage -
Released command_kit 0.6.0. Added `CommandKit::Interactive#ask_multiline` for multi-line input, `CommandKit::Open` for opening files and handling `-` files, and `CommandKit::Options::VerboseLevel` for verbosity levels (ex: `-vvv`).
https://github.com/postmodern/command_kit.rb/releases/tag/v0.6.0
https://github.com/postmodern/command_kit.rb#readme
#ruby #command_kit #cli -
Released command_kit 0.6.0. Added `CommandKit::Interactive#ask_multiline` for multi-line input, `CommandKit::Open` for opening files and handling `-` files, and `CommandKit::Options::VerboseLevel` for verbosity levels (ex: `-vvv`).
https://github.com/postmodern/command_kit.rb/releases/tag/v0.6.0
https://github.com/postmodern/command_kit.rb#readme
#ruby #command_kit #cli -
Released command_kit 0.5.6 with one bug fix and one micro-optimization.
https://github.com/postmodern/command_kit.rb/releases/tag/v0.5.6
https://github.com/postmodern/command_kit.rb#readme
#command_kit #ruby #cli -
Released command_kit 0.5.6 with one bug fix and one micro-optimization.
https://github.com/postmodern/command_kit.rb/releases/tag/v0.5.6
https://github.com/postmodern/command_kit.rb#readme
#command_kit #ruby #cli -
Released command_kit-completion 0.2.0 with minor improvements to how it automatically identifies types of arguments.
https://github.com/postmodern/command_kit-completion/releases/tag/v0.2.0
https://github.com/postmodern/command_kit-completion#readne
#ruby #cli #command_kit #bashcompletion -
Released command_kit-completion 0.2.0 with minor improvements to how it automatically identifies types of arguments.
https://github.com/postmodern/command_kit-completion/releases/tag/v0.2.0
https://github.com/postmodern/command_kit-completion#readne
#ruby #cli #command_kit #bashcompletion -
Released command_kit 0.5.5 to fix two minor bugs.
https://github.com/postmodern/command_kit.rb/releases/tag/v0.5.5
https://github.com/postmodern/command_kit.rb#readme
#ruby #cli #command_kit -
Released command_kit 0.5.5 to fix two minor bugs.
https://github.com/postmodern/command_kit.rb/releases/tag/v0.5.5
https://github.com/postmodern/command_kit.rb#readme
#ruby #cli #command_kit -
Released command_kit 0.5.4 to fix parsing of Array typed options (ex: `--list a,b,c`).
https://github.com/postmodern/command_kit.rb/releases/tag/v0.5.4
https://github.com/postmodern/command_kit.rb#readme
#ruby #cli #command_kit -
Released command_kit 0.5.4 to fix parsing of Array typed options (ex: `--list a,b,c`).
https://github.com/postmodern/command_kit.rb/releases/tag/v0.5.4
https://github.com/postmodern/command_kit.rb#readme
#ruby #cli #command_kit -
Released command_kit 0.5.3 to fix a bug in `Interactive#ask`. (Thanks @fnordfish).
https://github.com/postmodern/command_kit.rb/releases/tag/v0.5.3
https://github.com/postmodern/command_kit.rb#readme
#ruby #cli #command_kit -
Released command_kit 0.5.3 to fix a bug in `Interactive#ask`. (Thanks @fnordfish).
https://github.com/postmodern/command_kit.rb/releases/tag/v0.5.3
https://github.com/postmodern/command_kit.rb#readme
#ruby #cli #command_kit -
Released command_kit 0.5.0 which adds the CommandKit::Completion::Install module for installing bash, zsh, or fish shell completion files.
https://github.com/postmodern/command_kit.rb/releases/tag/v0.5.0
#ruby #cli #bashcompletion #command_kit #commandkit #bash #zsh #fishshell -
Released command_kit 0.5.0 which adds the CommandKit::Completion::Install module for installing bash, zsh, or fish shell completion files.
https://github.com/postmodern/command_kit.rb/releases/tag/v0.5.0
#ruby #cli #bashcompletion #command_kit #commandkit #bash #zsh #fishshell -
Released command_kit 0.4.1 with a few minor bug fixes.
https://github.com/postmodern/command_kit.rb/releases/tag/v0.4.1
#command_kit #commandkit #ruby #cli -
Released command_kit 0.4.1 with a few minor bug fixes.
https://github.com/postmodern/command_kit.rb/releases/tag/v0.4.1
#command_kit #commandkit #ruby #cli -
Released command_kit-completion 0.1.0. Automatically generates shell completion rules for a command_kit CLI app.
https://github.com/postmodern/command_kit-completion#readme
#ruby #command_kit #bashcompletion #shellcompletion #cli -
Released command_kit-completion 0.1.0. Automatically generates shell completion rules for a command_kit CLI app.
https://github.com/postmodern/command_kit-completion#readme
#ruby #command_kit #bashcompletion #shellcompletion #cli -
Code spike that generates bash/zsh completions for command_kit CLI classes options and their sub-commands. Uses the awesome 'completely' gem.
https://github.com/postmodern/command_kit-completion#readme
#ruby #bashcompletion #command_kit -
Code spike that generates bash/zsh completions for command_kit CLI classes options and their sub-commands. Uses the awesome 'completely' gem.
https://github.com/postmodern/command_kit-completion#readme
#ruby #bashcompletion #command_kit -
Released command_kit 0.4.0. Adds modules for invoking $EDITOR, also printing fields, lists, and tables in a variety of formats!
#ruby #rubygem #cli #command_kithttps://github.com/postmodern/command_kit.rb/blob/main/ChangeLog.md#040--2022-11-11
https://github.com/postmodern/command_kit.rb#readme -
Is anyone using command_kit on ruby 2.7? I'm thinking of releasing command_kit 0.4.0 which requires ruby >= 3.0.0 soon (maybe tonight?).
#command_kit #ruby -
Should I override `open(path)` in `CommandKit::Stdio` to rescue `Errno::ENOENT` exceptions when the file does not exist and print the typical "#{program}: #{path}: No such file or directory" error message and exit 1?
https://github.com/postmodern/command_kit.rb/blob/main/lib/command_kit/stdio.rbSeems like a common pattern and it's always better to print an error message then accidentally show the user an exception backtrace. Plus, I really do not like how Kernel.open allows for opening commands which can lead to command injection.
#command_kit -
Now to start work on 0.2.0 and porting #command_kit to #CrystalLang.
🐦🔗: https://twitter.com/postmodern_mod3/status/1416271648559226880