Skip to content

Commit

Permalink
edit (ble/exec/time#format-elapsed-time): fix a typo "ns => us"
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Aug 22, 2024
1 parent 5f5554a commit 713c421
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README-ja_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<a href="https://github.com/akinomyoga/ble.sh/wiki/%E9%80%86%E5%BC%95%E3%81%8D%E3%83%AC%E3%82%B7%E3%83%94">逆引き</a> ]
</p>

`ble.sh`<a id="discl-pronun" href="#discl-pronun">†1</a> (*Bash Line Editor*)
はピュア Bash<a id="discl-pure" href="#discl-pure">†2</a>
`ble.sh`<sup><a href="#discl-pronun">†1</a></sup> (*Bash Line Editor*)
はピュア Bash<sup><a href="#discl-pure">†2</a></sup>
スクリプトで書かれたコマンドラインエディタで、標準の GNU Readline を置き換える形で動作します。

現在の開発バージョンは 0.4 です。
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href="https://github.com/akinomyoga/ble.sh/wiki/Recipes">Recipes</a> ]
</p>

*Bash Line Editor* (`ble.sh`<a href="#discl-pronun">†1</a>) is a command line editor written in pure Bash<a href="#discl-pure">†2</a> which replaces the default GNU Readline.
*Bash Line Editor* (`ble.sh`<sup><a href="#discl-pronun">†1</a></sup>) is a command line editor written in pure Bash<sup><a href="#discl-pure">†2</a></sup> which replaces the default GNU Readline.

The current devel version is 0.4.
This script supports Bash 3.0 or higher although we recommend using `ble.sh` with release versions of **Bash 4.0 or higher**.
Expand All @@ -29,7 +29,7 @@ and [Sec 1.3](#set-up-bashrc) for the setup of your `~/.bashrc`.
<details open><summary><b>Download and generate <code>ble.sh</code> using <code>git</code></b></summary>

This requires the commands `git`, `make` (GNU make), and `gawk` (GNU awk)<a href="#discl-pronun">†3</a>.
This requires the commands `git`, `make` (GNU make), and `gawk` (GNU awk)<sup><a href="#discl-pronun">†3</a></sup>.
In the following, please replace `make` with `gmake` if your system provides GNU make as `gmake` (such as in BSD).

```bash
Expand Down
2 changes: 1 addition & 1 deletion contrib
4 changes: 2 additions & 2 deletions docs/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
- syntax: support arbitrary suffixes in `bleopt filename_ls_colors` `#D2213` e169e31d
- util(vbell): support `bleopt vbell_align=panel` (requested by bb010g) `#D2228` fe85e0dd
- highlight: reflect the top-level positional parameters `#D2246` f08e8f08
- color: adjust default fg values in faces and add `bleopt color_scheme` (requested by mattmc3) `#D2248` e4cce0ea xxxxxxxx
- color: adjust default fg values in faces and add `bleopt color_scheme` (requested by mattmc3) `#D2248` e4cce0ea 5f5554a8
- highlight: add `bleopt highlight_eval_word_limit` (motivated by orionalves) `#D2256` 6833bdf8

## Changes
Expand All @@ -75,7 +75,7 @@
- decode (`ble-bind`): support combined option arguments of the forms `--long=OPTARG` and `-kOPTARG` `#D2211` 1b16d399
- canvas: use `_ble_term_invis` to hide characters used to determine char-width modes (requested by tessus) `#D2223` 8bb302e0
- canvas: hide cursor during char-width detection (requested by tessus) `#D2232` 0ff29b26
- exec: refine the elapsed time resolution `#D2249` 67548656
- exec: refine the elapsed time resolution `#D2249` 67548656 xxxxxxxx

## Fixes

Expand Down
16 changes: 16 additions & 0 deletions note.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7711,11 +7711,18 @@ bash_tips
設定例を contrib に追加するのが良い気がする。これは fzf-completion.bash の
中に直接追加する事にした。

2024-08-22 改めて試してみたら空文字列の時の振る舞いが怪しい。修正する。

2024-08-22 また観察していたら引数をちゃんと使っていない事に気付いた。修正す
る。また fzf.md に説明を追記する。

* contrib: fzf-menu (motivated by pallaswept) [#D2251]
https://github.com/akinomyoga/ble.sh/issues/479

これについても設定を contrib に追加する事にする。というか既に追加してある。

2024-08-22 これも説明を fzf.md に追加した。

* [OK] fzf-key-bindings: M-c binding が動かない (asked by markaacosta) [#D2250]
https://github.com/akinomyoga/blesh-contrib/issues/21

Expand All @@ -7736,6 +7743,8 @@ bash_tips
結局ユーザーが設定を間違えていただけだった。改めて README を見ていて分かり
にくかったので README の余分な部分は分離することにした。

2024-08-22 註の marker が小さくなっていない。小さくする。

* contrib: exec_elapsed_mark 設定 (motivated by paulzzy, TheFantasticWarrior) [#D2249]

* exec_elapsed_mark からコマンド名を削除する方法
Expand All @@ -7747,6 +7756,8 @@ bash_tips
ble/exec/time#format-elapsed-time に括りだした。序に ns の分解能での表示に
対応する事にする。

2024-08-22 単位が us ではなくて ns になっていた。修正する。

2024-08-19

* color: パレット再考 (requested by mattmc3) [#D2248]
Expand Down Expand Up @@ -7949,6 +7960,11 @@ bash_tips
~/.blerc に color_scheme を記述すると初期化エラーになるという報告。単に初期
化の順序を間違っていた。

2024-08-22 colorglass_blindness が clear できない。説明では空文字列で clear
できる事になっているが、実際の実装では none が color blindness なしという事
になっている。然し、bleopt/check:color_blindness が間違っている所為で none
を設定できない。

2024-08-14

* select: C-o で region 選択が解除されずにコマンドが表示される [#D2247]
Expand Down
2 changes: 1 addition & 1 deletion src/edit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6924,7 +6924,7 @@ function ble/exec/time#start {
function ble/exec/time#format-elapsed-time {
ret=$_ble_exec_time_ata
if ((ret%1000!=0&&ret<1000)); then
ret="${ret}ns"
ret="${ret}us"
elif ((ret%1000!=0&&ret<1000*100)); then
ret="${ret::${#ret}-3}.${ret:${#ret}-3:2}ms"
elif ((ret/=1000,ret<1000)); then
Expand Down

0 comments on commit 713c421

Please sign in to comment.