From ae07741b50fc35667f29c81b31f98f2e5e213b8c Mon Sep 17 00:00:00 2001 From: Janek Date: Fri, 15 Oct 2021 13:10:17 +0200 Subject: [PATCH] add dictcc --- Examples.md | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/Examples.md b/Examples.md index 1f83e95..5984f67 100644 --- a/Examples.md +++ b/Examples.md @@ -9,7 +9,6 @@ Table of Contents * [General](#general) * [Command history](#command-history) - * [With write to terminal capabilities](#with-write-to-terminal-capabilities) * System * [i3](#i3) * [Copy current item to clipboard](#clipboard) @@ -42,6 +41,7 @@ Table of Contents * [Git](#git) * [jrnl](#jrnl) * [tmux](#tmux) + * [dictcc translation](#dictcc-translation) * Moving from other tools * [fzf as rofi replacement](#fzf-as-rofi-replacement) * [fzf as dmenu replacement](#fzf-as-dmenu-replacement) @@ -56,9 +56,6 @@ Table of Contents * [Browsing history](#browsing-history) * [Bookmarks](#bookmarks) * [mpd](#mpd) - * [fmui](#fmui) - * [fzf-mpd](#fzf-mpd) - * [clerk](#clerk) * [Readline](#readline) * [RVM](#rvm) * [Vagrant](#vagrant) @@ -73,6 +70,7 @@ Table of Contents * [Transmission](#transmission) * [Todoist CLI](#Todoist-CLI) +Nice collection at https://github.com/DanielFGray/fzf-scripts ### General ```sh @@ -1374,23 +1372,16 @@ fmpc() { } ``` -### fzf-mpd +#### fmui -[fzf-mpd](https://github.com/piotryordanov/fzf-mpd) is a zsh plugin that allows you to control mpd using fzf. By typing `fm` in the command line, you will be able to easily browse genres, artists, albums and all songs. - -![](https://github.com/piotryordanov/fzf-mpd/raw/master/demo.gif) - - -### fmui - -[fmui](https://github.com/seebye/fmui) is an user interface for mpd using mpc and fzf. +[fmui](https://github.com/seebye/fmui) is a user interface for mpd using mpc and fzf. ![](https://github.com/seebye/fmui/raw/master/media/4.png) ![](https://github.com/seebye/fmui/raw/master/media/1.png) ![](https://github.com/seebye/fmui/raw/master/media/2.png) ![](https://github.com/seebye/fmui/raw/master/media/3.png) -### clerk +#### clerk [clerk](https://github.com/carnager/clerk) is an MPD client using rofi or fzf. @@ -1824,3 +1815,11 @@ This works with `execute-silent` but not with `execute`, presumably because `exe - The command used for preview is `todoist show {1}` - The `show` option is used to show the task details - The `{1}` represents the first feild in the line -> Task ID + +### Dictcc Translation + +Request database file from https://www1.dict.cc/translation_file_request.php + +```sh +cat /path/to/dict.txt | tail -n +16 | fzf --tiebreak=length +``` \ No newline at end of file