@@ -24,18 +24,18 @@ badd +75 rustbee-common/src/colors.rs
2424badd + 329 src /cli.rs
2525badd + 9 rustbee- common/Cargo.toml
2626badd + 32 rustbee- common/src/ tests.rs
27- badd + 38 Justfile
27+ badd + 114 Justfile
2828badd + 12 rustbee- daemon/Justfile
2929badd + 10 rustbee- daemon/Cargo.toml
3030badd + 37 rustbee- common/librustbee.h
31- badd + 166 rustbee- common/src/ ffi.rs
31+ badd + 25 rustbee- common/src/ ffi.rs
3232badd + 128 rustbee- common/src/ storage.rs
3333badd + 9 src /address.rs
3434badd + 52 rustbee- common/src/ logger.rs
3535badd + 53 .github/workflows/ build_and_release.yml
3636badd + 12 CHANGELOG.md
3737badd + 32 TODO .md
38- badd + 74 rustbee- common/src/ windows/bluetooth.rs
38+ badd + 14 rustbee- common/src/ windows/bluetooth.rs
3939badd + 33 rustbee- common/src/ device.rs
4040badd + 1 rustbee- common/src/ linux/mod .rs
4141badd + 173 rustbee- common/src/ linux/device.rs
@@ -56,7 +56,7 @@ badd +19 rustbee-gui/src-tauri/src/state.rs
5656badd + 98 rustbee- gui /src-tauri/ src /commands.rs
5757badd + 1 rustbee- gui /Justfile
5858badd + 12 rustbee- gui /src/ lib/types.ts
59- badd + 88 rustbee- gui /src/ components/header.svelte
59+ badd + 125 rustbee- gui /src/ components/header.svelte
6060badd + 10 rustbee- gui /tailwind.config.js
6161badd + 10 rustbee- gui /src/ styles/tailwind.css
6262badd + 4 rustbee- gui /postcss.config.js
@@ -70,25 +70,25 @@ badd +4 rustbee-gui/src/routes/+layout.svelte
7070badd + 140 rustbee- gui /src/ lib/gradients.ts
7171argglobal
7272% argdel
73- edit rustbee - gui /src/ components/header.svelte
73+ edit Justfile
7474argglobal
75- balt rustbee- gui /src/ components/device.svelte
76- setlocal fdm = manual
77- setlocal fde = 0
78- setlocal fmr = {{{,}}}
79- setlocal fdi = #
80- setlocal fdl = 0
81- setlocal fml = 1
82- setlocal fdn = 20
83- setlocal fen
75+ balt rustbee- common /src/ ffi. rs
76+ setlocal foldmethod = manual
77+ setlocal foldexpr = 0
78+ setlocal foldmarker = {{{,}}}
79+ setlocal foldignore = #
80+ setlocal foldlevel = 0
81+ setlocal foldminlines = 1
82+ setlocal foldnestmax = 20
83+ setlocal foldenable
8484silent ! normal ! zE
8585let &fdl = &fdl
86- let s: l = 125 - ((31 * winheight (0 ) + 31 ) / 63 )
86+ let s: l = 114 - ((26 * winheight (0 ) + 26 ) / 53 )
8787if s: l < 1 | let s: l = 1 | endif
8888keepjumps exe s: l
8989normal ! zt
90- keepjumps 125
91- normal ! 044 |
90+ keepjumps 114
91+ normal ! 08 |
9292lcd ~/work/rustbee
9393tabnext 1
9494if exists (' s:wipebuf' ) && len (win_findbuf (s: wipebuf )) == 0 && getbufvar (s: wipebuf , ' &buftype' ) isnot # ' terminal'
@@ -102,7 +102,6 @@ if filereadable(s:sx)
102102 exe " source " . fnameescape (s: sx )
103103endif
104104let &g: so = s: so_save | let &g: siso = s: siso_save
105- nohlsearch
106105doautoall SessionLoadPost
107106unlet SessionLoad
108107" vim: set ft = vim :
0 commit comments