Commit graph

15 commits

Author SHA1 Message Date
finga 9666e0788d Implement info command for SysV IPC mqs
The `list` command was refactored a little bit as well and the man
page and readme were updated.
2021-07-09 00:29:13 +02:00
finga 4c82d41f8e Implement printing a list of SysV IPC mqs
What could be improved is when printing the information to use a
better human readable format.

As usual the readme and the man page are both updated.
2021-07-08 14:46:10 +02:00
finga 8d127d840e Minor fixes in readme and clap help 2021-07-08 14:14:25 +02:00
finga cc19087195 Implement deletion of SysV IPC message queues
As usual also the readme and the man page are updated.
2021-07-07 20:48:07 +02:00
finga 4d200bb5f3 Implement creation of SysV IPC message queues
This adds the `sysvmq` package which handles SysV IPC message queues.
For consistency the parameter for `permissions` is renamed to `mode`
also for POSIX message queues.
2021-07-07 20:31:16 +02:00
finga a468c5d7bb Move install section into its own file
To keep the readme manageable and clear move help about how to build,
install and run into its own file.
2021-07-07 19:40:14 +02:00
finga 07decf7b36 Add debian package build information in readme
Add prerequisites for building a debian package.
2021-07-07 19:30:18 +02:00
finga 9aae14feae Refactor commands to support different backends
Therefore also the `sysv` backend is intoduced to prepare for future
support. The man page and the readme are updated so far.
2021-07-07 19:19:19 +02:00
finga 4020f062ef Add new subcommand list
Also add it to the readme and manpage.
2021-07-07 18:27:41 +02:00
finga f0fb50bc24 Improve help text 2021-06-27 03:02:41 +02:00
finga 83e4ff36e5 Use the humantime crate to parse Duration 2021-06-27 02:47:27 +02:00
finga ac115a6966 Fix readme and clap help 2021-06-26 23:10:11 +02:00
finga 3e437b59be Add informations about commands to readme 2021-06-22 01:38:52 +02:00
finga 487d5a9971 Support cargo-deb and fix readme 2021-06-20 18:16:21 +02:00
finga ddd9ce9a84 Add readme and improve description 2021-06-20 17:12:05 +02:00