pasteme-cli icon indicating copy to clipboard operation
pasteme-cli copied to clipboard

Keep Track of All Recent Snippets

Open lnxpy opened this issue 3 years ago • 4 comments

A simple implementation using SQLite to store all created pastes for users. (Storing in users' directory)

lnxpy avatar Aug 12 '22 13:08 lnxpy

Hi @lnxpy, Can i be assigned to this ? This can be done easier with pickle without the hassle of writing SQL queries. What do you think ?

SepehrRasouli avatar Sep 13 '22 09:09 SepehrRasouli

@SepehrRasouli Hi. We can do way better than pickle. Read here.

lnxpy avatar Sep 13 '22 09:09 lnxpy

@lnxpy, This is good too, but pickle is python's standard library and using it is very easier and more readable, And I can't get a grip on what you're suggesting to use based on the link you gave me, Can you elaborate a little more ?

SepehrRasouli avatar Sep 13 '22 10:09 SepehrRasouli

@SepehrRasouli You should use a config file in ~ of each user who has installed the package. I think I need to do it myself. I'll ask for helps if needed. :)

lnxpy avatar Sep 13 '22 15:09 lnxpy