Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Add completion for picocom utility
- X-seq: zsh-workers 38383
- From: Ryan Wilson <ryan@xxxxxxxxxx>
- To: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxx
- Subject: Re: [PATCH] Add completion for picocom utility
- Date: Sat, 30 Apr 2016 22:27:36 -0500
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=zoho; d=enosys.org; h=message-id:subject:from:to:date:in-reply-to:references:content-type:mime-version; b=A9rFppsJBNYD5A3mJY5zolzHd+epymo7iU0kbDj3FdTQx7L056bW+sgO0+ENdEBKJbz/vWO1PPjc 1dvHbZjyKRYDmEFWEFHYyqo6i36GNZlJpura4QmNuY+aGljHnzszKhfzG45Bhny9r4XQOBHRBx6c eR/oBkj9W0E70FFzOi0=
- In-reply-to: <1462065176-4503-1-git-send-email-ft@bewatermyfriend.org>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1462065176-4503-1-git-send-email-ft@bewatermyfriend.org>
On Sun, 2016-05-01 at 03:12 +0200, Frank Terbeck wrote:
> ---
> We're using picocom quite a lot at work, having to remember options
> and baud-rates by heart is getting tiresome, though. So here's a first
> stab at this. If someone has a portable way to generate a list of
> supported baud-rates for serial devices, I love to hear it.
I was just looking at baud rate completion myself and each command I've
found that does it (namely: _cu, _gdb, _joe, and _screen) uses a
different list. So how about making it a generic _baud_rate helper that
everything can share?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author