Ben Chuanlong Du's Blog

It is never too late to learn.

Great Command Line Tools Developed in Rust

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

GQL

GQL is a query language with a syntax very similar to SQL with a tiny engine to perform queries on .git files instance of database files, the engine executes the …

Tips on Bash Completion

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Installation

Ubuntu / Debian

wajig install bash-completion

macOS

brew install bash-completion

If you don't like or cannot install bash-completion, bash-it provies completion scripts for many popular tools.

Develop Bash Completion

Tips on npm

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Project Management Using npm

  1. Initiate a project.
    npm init
    

yarn global add @vue/cli @vue/cli-service-global npm install -g @vue/cli @vue/cli-service-global

npm run tauri:serve

sudo

  1. Avoid using sudo …