Simple and/or classless
aba | |
abade | |
abadia | |
abaixo | |
abandona | |
abandonada | |
abandonadas | |
abandonado | |
abandonados | |
abandonando |
A | |
ABE | |
ABED | |
ABEL | |
ABET | |
ABLE | |
ABUT | |
ACE | |
ACHE | |
ACID |
abandon | |
abandoned | |
abbey | |
abbot | |
abdomen | |
abdominal | |
abilities | |
abnormal | |
aboard | |
abolished |
abandon | |
ability | |
able | |
about | |
above | |
absent | |
absorb | |
abstract | |
absurd | |
access |
set statusline=%f | |
set statusline+=\ %h%w%m%r | |
set statusline+=%= | |
set statusline+=%-16(\ %l/%L\%)%P | |
set statusline+=\ %P/%L | |
set statusline+=\ | |
nnoremap <silent> gx :normal mxviugx<Esc>`x | |
nnoremap <silent> gX :call system('open ' . expand('%'))<CR> |
Context: This is a demonstration of different functionalities of a wordlist manipulation tool called Tidy.
Given this word list, which is sorted by Google Ngram word frequency with the most common word listed first, plus a few prefix words thrown in to make this hypothetical work well:
common
challenged
electrodes
chromium
// Following along with https://github.com/danhales/blog-sardinas-patterson/blob/master/index.ipynb | |
fn main() { | |
let c = vec!["a".to_string(), "an".to_string(), "apple".to_string()]; | |
// let c = vec!["02".to_string(), "12".to_string(), "120".to_string(), "20".to_string(), "21".to_string()]; | |
println!("c1 is {:?}", generate_c1(c)); | |
assert!( | |
generate_c1(vec!["a".to_string(), "an".to_string(), "apple".to_string()]) | |
== vec!["n".to_string(), "pple".to_string()] | |
); |
Note: I have moved this list to a proper repository. I'll leave this gist up, but it won't be updated. To submit an idea, open a PR on the repo.
Note that I have not tried all of these personally, and cannot and do not vouch for all of the tools listed here. In most cases, the descriptions here are copied directly from their code repos. Some may have been abandoned. Investigate before installing/using.
The ones I use regularly include: bat, dust, fd, fend, hyperfine, miniserve, ripgrep, just, cargo-audit and cargo-wipe.
# vim:fileencoding=utf-8:ft=conf:foldmethod=marker | |
#: Fonts {{{ | |
#: kitty has very powerful font management. You can configure | |
#: individual font faces and even specify special fonts for particular | |
#: characters. | |
font_family JetBrains Mono Medium | |
bold_font JetBrains Mono Bold |