Compare commits
3 Commits
45eae50c24
...
1dfdac516b
Author | SHA1 | Date | |
---|---|---|---|
1dfdac516b | |||
63e4c409bb | |||
98dbb5e3d6 |
@ -142,4 +142,3 @@ You can ensure omemo automatcally turns on:
|
|||||||
```
|
```
|
||||||
---
|
---
|
||||||
|
|
||||||
'OTR' encryption is mostly dead, but you can find the old instructions [here](profanity-otr).
|
|
||||||
|
13
data/sc-im/convert_spreadsheets.md
Normal file
13
data/sc-im/convert_spreadsheets.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "Convert Spreadsheets"
|
||||||
|
tags: [ "data", "sc-im" ]
|
||||||
|
---
|
||||||
|
|
||||||
|
Convert between spreadsheet formats with `sc-im`.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sc-im --quiet --quit_afterload --nocurses --export_csv ${file}.xlsx
|
||||||
|
sc-im --quiet --quit_afterload --nocurses --export_tab ${file}.sc
|
||||||
|
sc-im --quiet --quit_afterload --nocurses --export_mkd ${file}.csv
|
||||||
|
sc-im --quiet --quit_afterload --nocurses --export_txt ${file}.tsv
|
||||||
|
```
|
@ -57,5 +57,5 @@ brightnessctl s 10%+
|
|||||||
|
|
||||||
- [autologin](autologin.md)
|
- [autologin](autologin.md)
|
||||||
- [services](sv.md)
|
- [services](sv.md)
|
||||||
- [wifi](wpa_cli.md)
|
- [wifi](../../networking/wpa_supplicant.md)
|
||||||
|
|
||||||
|
@ -10,7 +10,8 @@ tags: [ "vim", "basic" ]
|
|||||||
|
|
||||||
## Extras
|
## Extras
|
||||||
|
|
||||||
- [Navigation](navigate.md)
|
- [Navigation](vim/navigate.md)
|
||||||
- [Completion](vim-completion.md)
|
- [Completion](vim/completion.md)
|
||||||
- [Search](vim-search.md)
|
- [Search](vim/search.md)
|
||||||
- [Window Splits](vim-windows.md)
|
- [Window Splits](vim/windows.md)
|
||||||
|
- [Use vim bindings in bash](vim/vim_in_bash.md)
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "vim completion"
|
title: "vim completion"
|
||||||
tags: [ "vim", "completion" ]
|
tags: [ "vim", "completion" ]
|
||||||
|
requires: [ "vim basics" ]
|
||||||
---
|
---
|
||||||
|
|
||||||
Complete the word by searching for the *n*ext similar word:
|
Complete the word by searching for the *n*ext similar word:
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "vim navigation"
|
title: "vim navigation"
|
||||||
tags: [ "vim", "navigation" ]
|
tags: [ "vim", "navigation" ]
|
||||||
|
requires: [ "vim basics" ]
|
||||||
---
|
---
|
||||||
|
|
||||||
| Move | Command |
|
| Move | Command |
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "vim search"
|
title: "vim search"
|
||||||
tags: [ "vim", "search" ]
|
tags: [ "vim", "search" ]
|
||||||
|
requires: [ "vim basics" ]
|
||||||
---
|
---
|
||||||
Search for the next and or previous occurrence of the word under your cursor with `*` and `#`.
|
Search for the next and or previous occurrence of the word under your cursor with `*` and `#`.
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "vim in bash"
|
title: "vim in bash"
|
||||||
tags: [ "vim", "bash", "inputrc" ]
|
tags: [ "vim", "bash", "inputrc" ]
|
||||||
|
requires: [ "vim basics" ]
|
||||||
---
|
---
|
||||||
|
|
||||||
Put bash in vim mode!
|
Put bash in vim mode!
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "vim windows"
|
title: "vim windows"
|
||||||
tags: [ "vim" ]
|
tags: [ "vim" ]
|
||||||
|
requires: [ "vim basics" ]
|
||||||
---
|
---
|
||||||
|
|
||||||
| Command | Keys |
|
| Command | Keys |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user