Posts: 4,653
Threads: 1,496
Joined: Sep 2016
is this better than making backups?
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,653
Threads: 1,496
Joined: Sep 2016
(Mar-29-2017, 02:16 AM)micseydel Wrote: Certainly not. It solves a different problem.
it looked like the same problem to me: user error with the
rm or
delete command. need to restore the lost file.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,653
Threads: 1,496
Joined: Sep 2016
my editor command (aliased as "e" ,,, how i use it). make a date-time stamped backup each time i edit the file. i should mod it to make repo commits and make public. i've been doing this for at least the past 15 years. i rewrote it into python just last month
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,653
Threads: 1,496
Joined: Sep 2016
(Mar-30-2017, 02:03 AM)Larz60+ Wrote: May I ask why you are so compelled to rewrite something that's already written quite well in the first place?
python makes it easier to add features.
i started, tonight, working on a new feature to make the my
e command and my
keep command (part of a module now) have a configurable option to store the copies it makes in a specific directory. it uses my pyconfig function to get the directory name from the config file.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.