├── .gitignore ├── README.md ├── append_excel.py ├── markdown_preview.py ├── save_file.py ├── trim_trailing_whitespace.py └── youtube-dl.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m-rossi/python-ios-shortcuts/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m-rossi/python-ios-shortcuts/HEAD/README.md -------------------------------------------------------------------------------- /append_excel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m-rossi/python-ios-shortcuts/HEAD/append_excel.py -------------------------------------------------------------------------------- /markdown_preview.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m-rossi/python-ios-shortcuts/HEAD/markdown_preview.py -------------------------------------------------------------------------------- /save_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m-rossi/python-ios-shortcuts/HEAD/save_file.py -------------------------------------------------------------------------------- /trim_trailing_whitespace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m-rossi/python-ios-shortcuts/HEAD/trim_trailing_whitespace.py -------------------------------------------------------------------------------- /youtube-dl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m-rossi/python-ios-shortcuts/HEAD/youtube-dl.py --------------------------------------------------------------------------------