From 29e70514c93ff9f6b895ab77de366b00bb848fc2 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 10 May 2018 15:10:04 +0200 Subject: [PATCH] change the readme to an org-mode file --- README.md | 2 -- README.org | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) delete mode 100644 README.md create mode 100644 README.org diff --git a/README.md b/README.md deleted file mode 100644 index 20123f2..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# movie_spy - diff --git a/README.org b/README.org new file mode 100644 index 0000000..0af80b4 --- /dev/null +++ b/README.org @@ -0,0 +1,30 @@ +* movie_spy + +Movie Spy Is a program to quickly collect all personal information +from a computer. Ideally run from a live USB stick. The name comes +from the fact that in movies spies can just quickly insert a USB key +and get all the important data. + +As of now it doesn't start automatically when you plug in an USB +stick. In fact this program was mostly developed as a fun project +for myself and is not really intended to be used seriously. + +Usage: +#+BEGIN_EXAMPLE +moviespy +moviespy (-h | --help) +moviespy --version +#+END_EXAMPLE + +Options: +#+BEGIN_EXAMPLE +-h --help Show this screen. +--version Show version. +#+END_EXAMPLE + +** TODO + +- As of now the program just overwrites files with the same name. I + would like to insert a check if the files are the same and when they + aren't the same append a an increasing number. This way less files + should get lost.