[chirp_devel] [PATCH 00/10] chirpc improvements
Zachary T Welch
Fri Mar 6 01:15:58 PST 2015
This series continues my efforts to improve the CLI. It starts with new
versions of the two problematic patches from my last series. It then
adds an option for listing the radio's settings. The next four patches
clean up and extends the memory channel options, adding several new
abilities: list all channels, clear a channel, and copy a channel.
Finally, I have included a new README.chirpc file to provide some
guidance on using this newly refurbished tool.
Zachary T Welch (9):
Improve CLI download/upload (#2343)
Add newline at end of console status (#2343)
chirpc: add memory option group (#2343)
Improve settings strigification (#2343)
chirpc: add --list-settings (#2343)
chirpc: add --list-mem (#2343)
chirpc: make mem options more robust (#2343)
chirpc: add --clear-mem option (#2343)
chirpc: add --copy-mem option (#2343)
README.chirpc: new file (#2343)
README.chirpc | 104 +++++++++++++++++++++++++++
chirp/chirp_common.py | 3 +
chirp/settings.py | 10 ++-
chirpc | 196 ++++++++++++++++++++++++++++++++++----------------
4 files changed, 249 insertions(+), 64 deletions(-)
create mode 100644 README.chirpc
--
1.9.1
More information about the chirp_devel
mailing list