├── .helpers ├── animerename.pl ├── chk_anime_crc32.pl ├── guake_cd_to.sh ├── guake_tmux.sh ├── post_nzb_script.sh ├── shrinkpdf.sh └── tex_temp_clean.sh ├── Archive ├── CatTogether.sh ├── CheckSFV ├── Create Par2 for each Directory ├── CreateSFV ├── Extract to ParentDir.sh └── par2repair.sh ├── Directory ├── Baobab-DiskUsageAnalyizer ├── FileLight ├── Modification Date to oldest contained file ├── Modification Date to youngest contained file ├── Open Guake Tmux Tab ├── Show_Directory_Metafile ├── Tex Clean TempFiles ├── Usenet Verify & Extract.sh ├── exFalso ├── gqview └── gtk2-du ├── File ├── File Type.sh ├── FileUsedBy ├── Mail as Attachement ├── Mkdir and cp Common Name ├── Nautilus Script Environment.sh ├── ghex ├── run └── touch ├── Filename ├── AnimeRename ├── Check Anime CRC32 ├── Copy Path ├── Guake Paste Return ├── Name After Directory.sh ├── Name by SHA256.sh ├── PrependCurrentDate.sh ├── PrependFileCreateDate.sh ├── RenameTVDownload.sh ├── StringAppend ├── StringPrepend ├── filetags ├── rename ├── to lowercase └── to uppercase ├── Image ├── AutoRotate ├── Clear EXIF Tags ├── Collect in PDF ├── Copy New Fotos here ├── Create Video from Imagesequence ├── EXIFtool Adjust ├── EXIFtool Apply License ├── EXIFtool DateDiff ├── EXIFtool Geotag ForeRunner ├── EXIFtool Geotag Oregon ├── EXIFtool Geotag Replace Existing Tag ├── EXIFtool Rename By DateTime ├── EXIFtool Set Date from File-Modification-Date ├── EXIFtool Set Date from Filename ├── PRename Instagram ├── Rotate Left ├── Rotate Right ├── Show EXIF Tags ├── Upload to Gallery ├── _not_so_good_rotate_jpg_left ├── _not_so_good_rotate_jpg_right ├── convert_to_jpeg └── convert_to_png ├── Music ├── flac2ogg └── flac2opus ├── Nzb └── Usenet Nzb Verify & Extract.sh ├── PdfPs ├── JoinPDFs ├── RotatePDF_180 ├── SeparatePDFs ├── ShrinkPDFs ├── pdf2ps └── ps2pdf ├── README.md ├── Text ├── diff_meld ├── dos2unix ├── gedit ├── html2pdbdoc.sh ├── html2pdbdoc_send_to_BT_E66 ├── pdflatex ├── scite ├── txt2pdbdoc.sh └── wordcount ├── Versioning ├── add ├── commit ├── git-cola ├── remove └── update ├── Video ├── Mplayer Cropdetect.sh ├── Play this Dir as DVD.sh ├── Vcd2Mpg ├── convert to animated GIF ├── delete originals of reencoded videos ├── from mp4_h264 reduce size reencode h265 nvidia FAST extra videofilter options ├── from mp4_h265 reencode h265 nvidia FAST extra videofilter options ├── reduce size reencode to mp4 h265 HQ ├── reduce size reencode to mp4 h265 HQ extra videofilter options ├── reduce size reencode to mp4 h265 nvidia FAST ├── reduce size reencode to webm VP9 HQ ├── reduce size reencode to mkv AV1 HQ and opus ├── reduce size reencode to mkv h265 HQ ├── reduce size reencode to mkv h265 HQ and opus ├── reduce size reencode to mkv h265 HQ and opus NVIDIA FAST ├── reduce size reencode to mkv h265 NVIDIA FAST ├── reduce size reencode to mp4 h265 HQ and aac └── reduce size reencode to webm AV1 slow HQ ├── VirusScan ├── with AVG ├── with Aegis └── with f-prot └── moveUp /.helpers/animerename.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/.helpers/animerename.pl -------------------------------------------------------------------------------- /.helpers/chk_anime_crc32.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/.helpers/chk_anime_crc32.pl -------------------------------------------------------------------------------- /.helpers/guake_cd_to.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/.helpers/guake_cd_to.sh -------------------------------------------------------------------------------- /.helpers/guake_tmux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/.helpers/guake_tmux.sh -------------------------------------------------------------------------------- /.helpers/post_nzb_script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/.helpers/post_nzb_script.sh -------------------------------------------------------------------------------- /.helpers/shrinkpdf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/.helpers/shrinkpdf.sh -------------------------------------------------------------------------------- /.helpers/tex_temp_clean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/.helpers/tex_temp_clean.sh -------------------------------------------------------------------------------- /Archive/CatTogether.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Archive/CatTogether.sh -------------------------------------------------------------------------------- /Archive/CheckSFV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Archive/CheckSFV -------------------------------------------------------------------------------- /Archive/Create Par2 for each Directory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Archive/Create Par2 for each Directory -------------------------------------------------------------------------------- /Archive/CreateSFV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Archive/CreateSFV -------------------------------------------------------------------------------- /Archive/Extract to ParentDir.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | file-roller -f --default-dir=../ "$*" 3 | -------------------------------------------------------------------------------- /Archive/par2repair.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Archive/par2repair.sh -------------------------------------------------------------------------------- /Directory/Baobab-DiskUsageAnalyizer: -------------------------------------------------------------------------------- 1 | baobab "$NAUTILUS_SCRIPT_CURRENT_URI" & 2 | -------------------------------------------------------------------------------- /Directory/FileLight: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Directory/FileLight -------------------------------------------------------------------------------- /Directory/Modification Date to oldest contained file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Directory/Modification Date to oldest contained file -------------------------------------------------------------------------------- /Directory/Modification Date to youngest contained file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Directory/Modification Date to youngest contained file -------------------------------------------------------------------------------- /Directory/Open Guake Tmux Tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Directory/Open Guake Tmux Tab -------------------------------------------------------------------------------- /Directory/Show_Directory_Metafile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Directory/Show_Directory_Metafile -------------------------------------------------------------------------------- /Directory/Tex Clean TempFiles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Directory/Tex Clean TempFiles -------------------------------------------------------------------------------- /Directory/Usenet Verify & Extract.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Directory/Usenet Verify & Extract.sh -------------------------------------------------------------------------------- /Directory/exFalso: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Directory/exFalso -------------------------------------------------------------------------------- /Directory/gqview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Directory/gqview -------------------------------------------------------------------------------- /Directory/gtk2-du: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Directory/gtk2-du -------------------------------------------------------------------------------- /File/File Type.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | IFS=$'\n' 3 | file ${NAUTILUS_SCRIPT_SELECTED_FILE_PATHS} | zenity --text-info -------------------------------------------------------------------------------- /File/FileUsedBy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/File/FileUsedBy -------------------------------------------------------------------------------- /File/Mail as Attachement: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/File/Mail as Attachement -------------------------------------------------------------------------------- /File/Mkdir and cp Common Name: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/File/Mkdir and cp Common Name -------------------------------------------------------------------------------- /File/Nautilus Script Environment.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/File/Nautilus Script Environment.sh -------------------------------------------------------------------------------- /File/ghex: -------------------------------------------------------------------------------- 1 | #!/bin/zsh 2 | ghex "${(f)NAUTILUS_SCRIPT_SELECTED_FILE_PATHS}" & -------------------------------------------------------------------------------- /File/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/File/run -------------------------------------------------------------------------------- /File/touch: -------------------------------------------------------------------------------- 1 | #!/bin/zsh 2 | touch "$@" 3 | -------------------------------------------------------------------------------- /Filename/AnimeRename: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Filename/AnimeRename -------------------------------------------------------------------------------- /Filename/Check Anime CRC32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Filename/Check Anime CRC32 -------------------------------------------------------------------------------- /Filename/Copy Path: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Filename/Copy Path -------------------------------------------------------------------------------- /Filename/Guake Paste Return: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Filename/Guake Paste Return -------------------------------------------------------------------------------- /Filename/Name After Directory.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Filename/Name After Directory.sh -------------------------------------------------------------------------------- /Filename/Name by SHA256.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Filename/Name by SHA256.sh -------------------------------------------------------------------------------- /Filename/PrependCurrentDate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Filename/PrependCurrentDate.sh -------------------------------------------------------------------------------- /Filename/PrependFileCreateDate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Filename/PrependFileCreateDate.sh -------------------------------------------------------------------------------- /Filename/RenameTVDownload.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Filename/RenameTVDownload.sh -------------------------------------------------------------------------------- /Filename/StringAppend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Filename/StringAppend -------------------------------------------------------------------------------- /Filename/StringPrepend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Filename/StringPrepend -------------------------------------------------------------------------------- /Filename/filetags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Filename/filetags -------------------------------------------------------------------------------- /Filename/rename: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Filename/rename -------------------------------------------------------------------------------- /Filename/to lowercase: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Filename/to lowercase -------------------------------------------------------------------------------- /Filename/to uppercase: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Filename/to uppercase -------------------------------------------------------------------------------- /Image/AutoRotate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Image/AutoRotate -------------------------------------------------------------------------------- /Image/Clear EXIF Tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Image/Clear EXIF Tags -------------------------------------------------------------------------------- /Image/Collect in PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Image/Collect in PDF -------------------------------------------------------------------------------- /Image/Copy New Fotos here: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Image/Copy New Fotos here -------------------------------------------------------------------------------- /Image/Create Video from Imagesequence: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Image/Create Video from Imagesequence -------------------------------------------------------------------------------- /Image/EXIFtool Adjust: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Image/EXIFtool Adjust -------------------------------------------------------------------------------- /Image/EXIFtool Apply License: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Image/EXIFtool Apply License -------------------------------------------------------------------------------- /Image/EXIFtool DateDiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Image/EXIFtool DateDiff -------------------------------------------------------------------------------- /Image/EXIFtool Geotag ForeRunner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Image/EXIFtool Geotag ForeRunner -------------------------------------------------------------------------------- /Image/EXIFtool Geotag Oregon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Image/EXIFtool Geotag Oregon -------------------------------------------------------------------------------- /Image/EXIFtool Geotag Replace Existing Tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Image/EXIFtool Geotag Replace Existing Tag -------------------------------------------------------------------------------- /Image/EXIFtool Rename By DateTime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Image/EXIFtool Rename By DateTime -------------------------------------------------------------------------------- /Image/EXIFtool Set Date from File-Modification-Date: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Image/EXIFtool Set Date from File-Modification-Date -------------------------------------------------------------------------------- /Image/EXIFtool Set Date from Filename: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Image/EXIFtool Set Date from Filename -------------------------------------------------------------------------------- /Image/PRename Instagram: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Image/PRename Instagram -------------------------------------------------------------------------------- /Image/Rotate Left: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Image/Rotate Left -------------------------------------------------------------------------------- /Image/Rotate Right: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Image/Rotate Right -------------------------------------------------------------------------------- /Image/Show EXIF Tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Image/Show EXIF Tags -------------------------------------------------------------------------------- /Image/Upload to Gallery: -------------------------------------------------------------------------------- 1 | /usr/share/nautilus-scripts/Upload to Gallery -------------------------------------------------------------------------------- /Image/_not_so_good_rotate_jpg_left: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Image/_not_so_good_rotate_jpg_left -------------------------------------------------------------------------------- /Image/_not_so_good_rotate_jpg_right: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Image/_not_so_good_rotate_jpg_right -------------------------------------------------------------------------------- /Image/convert_to_jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Image/convert_to_jpeg -------------------------------------------------------------------------------- /Image/convert_to_png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Image/convert_to_png -------------------------------------------------------------------------------- /Music/flac2ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Music/flac2ogg -------------------------------------------------------------------------------- /Music/flac2opus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Music/flac2opus -------------------------------------------------------------------------------- /Nzb/Usenet Nzb Verify & Extract.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Nzb/Usenet Nzb Verify & Extract.sh -------------------------------------------------------------------------------- /PdfPs/JoinPDFs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/PdfPs/JoinPDFs -------------------------------------------------------------------------------- /PdfPs/RotatePDF_180: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/PdfPs/RotatePDF_180 -------------------------------------------------------------------------------- /PdfPs/SeparatePDFs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/PdfPs/SeparatePDFs -------------------------------------------------------------------------------- /PdfPs/ShrinkPDFs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/PdfPs/ShrinkPDFs -------------------------------------------------------------------------------- /PdfPs/pdf2ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/PdfPs/pdf2ps -------------------------------------------------------------------------------- /PdfPs/ps2pdf: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | cd "$NAUTILUS_SCRIPT_CURRENT_URI" 3 | ps2pdf "$@" 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/README.md -------------------------------------------------------------------------------- /Text/diff_meld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Text/diff_meld -------------------------------------------------------------------------------- /Text/dos2unix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Text/dos2unix -------------------------------------------------------------------------------- /Text/gedit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Text/gedit -------------------------------------------------------------------------------- /Text/html2pdbdoc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Text/html2pdbdoc.sh -------------------------------------------------------------------------------- /Text/html2pdbdoc_send_to_BT_E66: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Text/html2pdbdoc_send_to_BT_E66 -------------------------------------------------------------------------------- /Text/pdflatex: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | xterm -e pdflatex "$*" 3 | -------------------------------------------------------------------------------- /Text/scite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Text/scite -------------------------------------------------------------------------------- /Text/txt2pdbdoc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Text/txt2pdbdoc.sh -------------------------------------------------------------------------------- /Text/wordcount: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Text/wordcount -------------------------------------------------------------------------------- /Versioning/add: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Versioning/add -------------------------------------------------------------------------------- /Versioning/commit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Versioning/commit -------------------------------------------------------------------------------- /Versioning/git-cola: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | git-cola -r ./ -------------------------------------------------------------------------------- /Versioning/remove: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Versioning/remove -------------------------------------------------------------------------------- /Versioning/update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Versioning/update -------------------------------------------------------------------------------- /Video/Mplayer Cropdetect.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Video/Mplayer Cropdetect.sh -------------------------------------------------------------------------------- /Video/Play this Dir as DVD.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Video/Play this Dir as DVD.sh -------------------------------------------------------------------------------- /Video/Vcd2Mpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Video/Vcd2Mpg -------------------------------------------------------------------------------- /Video/convert to animated GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Video/convert to animated GIF -------------------------------------------------------------------------------- /Video/delete originals of reencoded videos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Video/delete originals of reencoded videos -------------------------------------------------------------------------------- /Video/from mp4_h264 reduce size reencode h265 nvidia FAST extra videofilter options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Video/from mp4_h264 reduce size reencode h265 nvidia FAST extra videofilter options -------------------------------------------------------------------------------- /Video/from mp4_h265 reencode h265 nvidia FAST extra videofilter options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Video/from mp4_h265 reencode h265 nvidia FAST extra videofilter options -------------------------------------------------------------------------------- /Video/reduce size reencode to mp4 h265 HQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Video/reduce size reencode to mp4 h265 HQ -------------------------------------------------------------------------------- /Video/reduce size reencode to mp4 h265 HQ extra videofilter options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Video/reduce size reencode to mp4 h265 HQ extra videofilter options -------------------------------------------------------------------------------- /Video/reduce size reencode to mp4 h265 nvidia FAST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Video/reduce size reencode to mp4 h265 nvidia FAST -------------------------------------------------------------------------------- /Video/reduce size reencode to webm VP9 HQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Video/reduce size reencode to webm VP9 HQ -------------------------------------------------------------------------------- /Video/reduce size reencode to mkv AV1 HQ and opus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Video/reduce size reencode to mkv AV1 HQ and opus -------------------------------------------------------------------------------- /Video/reduce size reencode to mkv h265 HQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Video/reduce size reencode to mkv h265 HQ -------------------------------------------------------------------------------- /Video/reduce size reencode to mkv h265 HQ and opus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Video/reduce size reencode to mkv h265 HQ and opus -------------------------------------------------------------------------------- /Video/reduce size reencode to mkv h265 HQ and opus NVIDIA FAST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Video/reduce size reencode to mkv h265 HQ and opus NVIDIA FAST -------------------------------------------------------------------------------- /Video/reduce size reencode to mkv h265 NVIDIA FAST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Video/reduce size reencode to mkv h265 NVIDIA FAST -------------------------------------------------------------------------------- /Video/reduce size reencode to mp4 h265 HQ and aac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Video/reduce size reencode to mp4 h265 HQ and aac -------------------------------------------------------------------------------- /Video/reduce size reencode to webm AV1 slow HQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/Video/reduce size reencode to webm AV1 slow HQ -------------------------------------------------------------------------------- /VirusScan/with AVG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/VirusScan/with AVG -------------------------------------------------------------------------------- /VirusScan/with Aegis: -------------------------------------------------------------------------------- 1 | aegis-virus-scanner $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS 2 | -------------------------------------------------------------------------------- /VirusScan/with f-prot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/VirusScan/with f-prot -------------------------------------------------------------------------------- /moveUp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/btittelbach/nautilus-scripts/HEAD/moveUp --------------------------------------------------------------------------------