# Readline This program uses readline which is installed by default in linux and macOS (in fact, macOS uses a compatible editline). About configuration of readline, you can see or refer [my dotfile](https://github.com/Freed-Wu/my-dotfiles/blob/main/.inputrc). A suggested program is [fzf-tab-completion](https://github.com/lincheney/fzf-tab-completion) which allow you to use fzf to complete readline. I realize a tab complete function to let user use readline better: ```console $ trans > ! : < = en zh_CN ... > ! !ls !cp !rm ... > < : : :en :zh_CN ... > en: en: en:en en:zh_CN ... > = =bing =google =stardict ... > =bing =bing, > =bing, =bing,google =bing,stardict ... ``` You can customize it if you like. ## Hotkeys See . Especially, `` can be more useful than ``: ```console $ trans > > =bing,google =bing, > =bing,google ```