並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 3 件 / 3件

新着順 人気順

bash-completionの検索結果1 - 3 件 / 3件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

bash-completionに関するエントリは3件あります。 shelllinuxbash などが関連タグです。 人気エントリには 『Creating a bash completion script』などがあります。
  • Creating a bash completion script

    I just released stup, a tool for easily keeping organized daily notes in the terminal. You can find it on GitHub here. I recently worked on creating a bash completion script for registering directory aliases and navigating to them with autocomplete in Bash and I found the feature really interesting. In this post I will familiarize you with the process of adding bash completion to your scripts. Wha

      Creating a bash completion script
    • How Bash completion works

      How Bash completion worksPublished October 6, 2019 by Chris Patuzzo ▲Bash completion for ‘The tuzz automation tool’Over the years I’ve developed a command-line tool I use for routine tasks such as provisioning my machine, generating project templates and managing secrets. The tool is written in Ruby and I invoke it with the zz command. Most of what it does is fairly straightforward. The clever bit

        How Bash completion works
      • bash-completionを活用して、manやhelpを見ずに、バシバシ長いコマンドを打つ - Qiita

        $ ls sample.txt test1.txt test2.txt test3.txt $ cat s[TAB]キー入力 $ cat sample.txt  ★TABキーを押すと、一致するファイル名が補完される そしてRHEL6(2010年代~)あたりからは、ファイル名やディレクトリ名だけでなく、コマンドのオプション入力にも使えるようになっている。 1-1.前提条件 LinuxやMacOS 1-2. TL;DR 入力補完機能は使っていたが、Linuxコマンドのオプション入力で使えるのは知らなかった。恥ずかしい…。 2. systmctlのオプション長げー問題 ここ数年はRHEL7系をメインに使っているが、長らくRHEL5/RHEL6系を使ってきた。RHEL7系で戸惑うのはserviceコマンドやchkconfigコマンドが使えないことだ(一部は互換機能で使える)。 システム構築・運用で

          bash-completionを活用して、manやhelpを見ずに、バシバシ長いコマンドを打つ - Qiita
        1

        新着記事