Koichi Murase

Results 36 issues of Koichi Murase

These are some logging functions that were suggested in #73 but are pending. The related discussion starts from https://github.com/ohmybash/oh-my-bash/pull/73#issuecomment-1002121916. See also Discussion #280.

Customization Example

This is the todo list. - [ ] Check old issues related to the maintenance policy. Ask questions or open discussions if necessary. - [x] changes to CONTRIBUTING.md #269 -...

help-wanted

@brujoand Thank you for reviewing and merging #117 and #118! Based on these PRs, I here create a new PR that solves #100. In this PR, I add a framework...

索引機能についてです。PR #493 で議論 (by @akinomyoga, @saki7 ) が出ていたので、実際に実装するかはともかくとしてここに議論の経緯を記録としてまとめておこうと思います。 @saki7 さんは既に去ってしまったので、かなり私本位の内容になっているということ予め御承知下さい。 ---- ## 背景 cpprefjp のサイト中で "未定義の動作" や "処理系定義" などのキーワードが出てきたときに、(Google で検索することなく) その解説が載っているページ ([標準規格と処理系](https://cpprefjp.github.io/implementation-compliance.html)) に移動できるようにすると便利。 またキーワードの定義箇所での見た目(装飾)を簡単な方法で統一したい (現状は執筆者に任せられている。例えば、特に装飾なく記述されている場合、鉤括弧で囲まれている場合、太字にする場合がある)。 ## 方法: 索引情報 キーワードとそれが定義されているページ・節のデータベース (索引情報)...

enhancement

`bash-preexec` relies on the `DEBUG` trap (for `preexec`) and `PROMPT_COMMAND` (for `precmd`). In particular, the hook using the `DEBUG` trap is a kind of hack and fragile. The `DEBUG` trap...

Fixes #790 This is a fix alternative to #791. Instead of imitating the arguments passed by Bash, we may save the original arguments in `_init_completion` (renamed to `_comp_initialize`). However, this...

This includes a fix of #790, the renaming of the functions `_command_offset`, `_command`, and `_root_command` as suggested in #539, and also other refactorings. - c59655c4 **fix #790**: This mimics the...

Bash 5.2 starts to quote the command name in `complete -p` if necessary.

Fixes #722 This PR tries to fix it so that `_command_offset` receives the offset in `COMP_WORDS` but not the offset in `words`. However, another option is to make `command_offset` receive...