Can you recomend me a way to encrypt and syncronize a folder with files to gdrive?

|
mendel7 2022-07-28 13:29:54
unixusergroup-48017.jpg

mendel7 2022-07-28 13:30:54
same result if i use ‘a.yaml’ in gitignore
michele_pagot 2022-07-28 13:38:50
yes… here too by creating a simple new repo as simple as
michele_pagot 2022-07-28 13:38:53
.
├── aaa.bbb
├── aaa.bbb.ccc
└── fff
├── aaa.bbb
├── aaa.bbb.ccc
└── readme.md
michele_pagot 2022-07-28 13:39:44
cat .gitignore
aaa.bbb
michele_pagot 2022-07-28 13:40:18
I can confirm that aaa.bbb.ccc are not ignored
Jamerive 2022-07-28 21:10:18
Can you recomend me a way to encrypt and syncronize a folder with files to gdrive?
Jamerive 2022-07-28 21:11:22
Of course using cli o tui.
Jamerive 2022-07-28 21:13:39
@marcotrosi, you shared a github repo with a framework to build beautiful tui programs
marcotrosi 2022-07-28 21:16:06
Jamerive 2022-07-28 21:13:39
@marcotrosi, you shared a github repo with a framework to build beautiful tui programs

You mean the python lib used by glow?

marcotrosi 2022-07-28 21:52:20
@Jamerive this
Jamerive 2022-07-28 22:04:29
marcotrosi 2022-07-28 21:16:06
You mean the python lib used by glow?

SO is python, I take a look thanks

Jamerive 2022-07-28 22:04:39
I don’t know that much python
marcotrosi 2022-07-28 22:05:56
Jamerive 2022-07-28 22:04:29
SO is python, I take a look thanks

do you remeber if it was this lib?

marcotrosi 2022-07-28 22:06:23
or this?
https://github.com/fdehau/tui-rs
marcotrosi 2022-07-28 22:07:09
https://github.com/rothgar/awesome-tuis#libraries
Jamerive 2022-07-28 22:09:40
it was the bubble tea one
Jamerive 2022-07-28 22:09:47
but the others seems good
andykluger 2022-07-28 22:26:53
There’s a new cli for that stuff, called gum

Gum: A tool for glamorous shell scripts from commandline

Gum: A tool for glamorous shell scriptsreddit
Posted in r/commandline by u/Maaslalala • 30 points and 7 comments
marcotrosi 2022-07-28 22:42:59
from the same guys
marcotrosi 2022-07-28 22:43:24
https://github.com/charmbracelet

CharmGitHub
We build tools to make the command line glamorous. – Charm
raytracer9 2022-07-29 04:38:20
Jamerive 2022-07-28 22:04:39
I don’t know that much python

Charm toolset are on golang, not python

BytesIO 2022-07-29 07:51:33
marcotrosi 2022-07-28 21:16:06
You mean the python lib used by glow?

glow is a go lib 🤔 i think

marcotrosi 2022-07-29 07:52:03
ya that’s what @raytracer9 just said too
marcotrosi 2022-07-29 07:52:10
I didnt remember
marcotrosi 2022-07-29 07:52:16
and I was in the car and couldnt check
BytesIO 2022-07-29 07:52:17
marcotrosi 2022-07-29 07:52:03
ya that’s what @raytracer9 just said too

soory I didn’t see

BytesIO 2022-07-29 07:52:31
marcotrosi 2022-07-29 07:52:16
and I was in the car and couldnt check

in python we can use textual

BytesIO 2022-07-29 07:54:10
Jamerive 2022-07-28 21:10:18
Can you recomend me a way to encrypt and syncronize a folder with files to gdrive?

u can use rclone to synchronize, there is crypt layer that encrypts content locally before upload ( i think it uses luks encryption ).

raytracer9 2022-07-29 15:43:42
marcotrosi 2022-07-29 07:52:16
and I was in the car and couldnt check

No worries plz, I hope you had a safe drive

nut3l4 2022-07-30 13:14:35
Good afternoon, how much do you guys like zsh?
siduck 2022-07-30 13:19:58
i dont, i use mksh
marcotrosi 2022-07-30 13:55:35
nut3l4 2022-07-30 13:14:35
Good afternoon, how much do you guys like zsh?

It’s okay. I tested it but switched back to Bash. we have also a zsh group

marcotrosi 2022-07-30 13:55:41
siduck 2022-07-30 13:19:58
i dont, i use mksh

Link please

thecatvoid 2022-07-30 14:04:26
nut3l4 2022-07-30 13:14:35
Good afternoon, how much do you guys like zsh?

love it

|