diff --git a/README.md b/README.md new file mode 100644 index 0000000..943a132 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Small script + +This is just a grab bag of small scripts I wrote for personal automation tasks that I did not know where to put else. + +- [TheMovieDB export](tmdb-export/README.md) \ No newline at end of file diff --git a/tmdb-export/.gitignore b/tmdb-export/.gitignore index 2e1fa2d..071a277 100644 --- a/tmdb-export/.gitignore +++ b/tmdb-export/.gitignore @@ -1 +1,2 @@ -*.md \ No newline at end of file +*.md +!README.md \ No newline at end of file diff --git a/tmdb-export/README.md b/tmdb-export/README.md new file mode 100644 index 0000000..6807586 --- /dev/null +++ b/tmdb-export/README.md @@ -0,0 +1,5 @@ +# TheMovieDB export + +A quick way to search for a movie on [TheMovieDB](https://www.themoviedb.org/) and create a Markdown file with its details. + +Expects an environment variable `TMDB_API_KEY`. \ No newline at end of file