cleanup: script headers

This commit is contained in:
David JULIEN 2021-02-14 19:07:45 +01:00
parent 9eb25dee54
commit d50b60546e
24 changed files with 123 additions and 126 deletions

View File

@ -1,12 +1,12 @@
#!/usr/bin/env sh #!/usr/bin/env sh
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : arch_setup # @file : arch_setup
# @license : MIT # @license : MIT
# @created : Wednesday May 20, 2020 17:49:05 CEST # @created : Wednesday May 20, 2020 17:49:05 CEST
# #
# @description : automate the setup of my arch installation # @description : automate the setup of my arch installation
###################################################################### ######################################################################

View File

@ -1,12 +1,12 @@
#!/usr/bin/env sh #!/usr/bin/env sh
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : audio_notify # @file : audio_notify
# @license : MIT # @license : MIT
# @created : Wednesday May 20, 2020 17:52:58 CEST # @created : Wednesday May 20, 2020 17:52:58 CEST
# #
# @description : send a notification with sound level # @description : send a notification with sound level
###################################################################### ######################################################################

View File

@ -1,13 +1,12 @@
#!/usr/bin/env sh #!/usr/bin/env sh
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : bibinput # @file : bibinput
# @license : MIT # @license : MIT
# @created : Wednesday May 20, 2020 17:57:47 CEST # @created : Wednesday May 20, 2020 17:57:47 CEST
# #
# @description : create a bibliography entry through dmenu # @description : create a bibliography entry through dmenu
# @dependencies : dmenu
###################################################################### ######################################################################

View File

@ -1,13 +1,12 @@
#!/usr/bin/env sh #!/usr/bin/env sh
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : bibshow # @file : bibshow
# @license : MIT # @license : MIT
# @created : Wednesday May 20, 2020 17:58:14 CEST # @created : Wednesday May 20, 2020 17:58:14 CEST
# #
# @description : interactively display the infos in a .bib entry # @description : interactively display the infos of a .bib entry in dmenu
# @dependencies : dmenu
###################################################################### ######################################################################

View File

@ -1,12 +1,12 @@
#!/bin/bash #!/bin/bash
###################################################################### ######################################################################
# @author : swytch (based on u/deepjyoti30 on GitHub) # @author : swytch (based on u/deepjyoti30 on GitHub)
# @file : colorblocks # @file : colorblocks
# @license : MIT # @license : MIT
# @created : Wednesday May 20, 2020 17:59:44 CEST # @created : Wednesday May 20, 2020 17:59:44 CEST
# #
# @description : display terminal colors as big blocks # @description : display terminal colors as big blocks
###################################################################### ######################################################################

View File

@ -1,15 +1,16 @@
#!/usr/bin/env sh #!/usr/bin/env sh
###################################################################### ######################################################################
# @author : swytch (adapted from Luke Smith - lukesmith.xyz) # @author : swytch (adapted from Luke Smith - lukesmith.xyz)
# @file : compiler # @file : compiler
# @license : MIT # @license : MIT
# @created : Wednesday May 20, 2020 18:00:51 CEST # @created : Wednesday May 20, 2020 18:00:51 CEST
# #
# @description : compile or run another finishing operation on a file # @description : compile or run another finishing operation on a file
# groff-mom : compile via pdfmom to a pdf document # groff-mom : compile via pdfmom to a pdf document
# c : compile via gcc # c : compile via gcc
# config.def.h (suckless) recompile, install # config.def.h (suckless) : recompile, install
# blocks.def.h (dwmblocks) : recompile, install
# tex : compile via pdflatex (bibtex if needed) # tex : compile via pdflatex (bibtex if needed)
###################################################################### ######################################################################

View File

@ -1,12 +1,12 @@
#!/usr/bin/env sh #!/usr/bin/env sh
###################################################################### ######################################################################
# @author : swytch (adapted from Luke Smith - lukesmith.xyz) # @author : swytch (adapted from Luke Smith - lukesmith.xyz)
# @file : displayselect # @file : displayselect
# @license : MIT # @license : MIT
# @created : Wednesday May 20, 2020 18:04:01 CEST # @created : Wednesday May 20, 2020 18:04:01 CEST
# #
# @description : detect displays and select an organisation # @description : detect displays and select an organisation
###################################################################### ######################################################################

View File

@ -1,12 +1,12 @@
#!/usr/bin/env sh #!/usr/bin/env sh
###################################################################### ######################################################################
# @author : swytch (adapted from Luke Smith - lukesmith.xyz) # @author : swytch (adapted from Luke Smith - lukesmith.xyz)
# @file : dmenumount # @file : dmenumount
# @license : MIT # @license : MIT
# @created : Wednesday May 20, 2020 18:05:31 CEST # @created : Wednesday May 20, 2020 18:05:31 CEST
# #
# @description : dmenu prompt to mount unmounted drives # @description : dmenu prompt to mount unmounted drives
###################################################################### ######################################################################

View File

@ -1,12 +1,12 @@
#!/usr/bin/env sh #!/usr/bin/env sh
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : dmenuopen # @file : dmenuopen
# @license : MIT # @license : MIT
# @created : Wednesday May 20, 2020 18:08:05 CEST # @created : Wednesday May 20, 2020 18:08:05 CEST
# #
# @description : find a file, open it with appropriate application # @description : find a file, open it with appropriate application
###################################################################### ######################################################################

View File

@ -1,12 +1,12 @@
#!/usr/bin/env sh #!/usr/bin/env sh
###################################################################### ######################################################################
# @author : swytch (adapted from Luke Smith - lukesmith.xyz) # @author : swytch (adapted from Luke Smith - lukesmith.xyz)
# @file : dmenupass # @file : dmenupass
# @license : MIT # @license : MIT
# @created : Wednesday May 20, 2020 18:08:50 CEST # @created : Wednesday May 20, 2020 18:08:50 CEST
# #
# @description : [sudo] prompt (SUDO_ASKPASS variable) # @description : [sudo] prompt (SUDO_ASKPASS variable)
###################################################################### ######################################################################

View File

@ -1,12 +1,12 @@
#!/usr/bin/env sh #!/usr/bin/env sh
###################################################################### ######################################################################
# @author : swytch (adapted from Luke Smith - lukesmith.xyz) # @author : swytch (adapted from Luke Smith - lukesmith.xyz)
# @file : dmenuprompt # @file : dmenuprompt
# @license : MIT # @license : MIT
# @created : Wednesday May 20, 2020 18:10:13 CEST # @created : Wednesday May 20, 2020 18:10:13 CEST
# #
# @description : dmenu prompt ($1) to perform a command ($2) # @description : dmenu prompt ($1) to perform a command ($2)
###################################################################### ######################################################################

View File

@ -1,12 +1,12 @@
#!/usr/bin/env sh #!/usr/bin/env sh
###################################################################### ######################################################################
# @author : swytch (adapted form Luke Smith - lukesmith.xyz) # @author : swytch (adapted form Luke Smith - lukesmith.xyz)
# @file : dmenuumount # @file : dmenuumount
# @license : MIT # @license : MIT
# @created : Wednesday May 20, 2020 18:11:17 CEST # @created : Wednesday May 20, 2020 18:11:17 CEST
# #
# @description : dmenu prompt to unmount drives # @description : dmenu prompt to unmount drives
###################################################################### ######################################################################

View File

@ -1,12 +1,12 @@
#!/usr/bin/env sh #!/usr/bin/env sh
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : dot # @file : dot
# @license : MIT # @license : MIT
# @created : Wednesday May 20, 2020 18:13:05 CEST # @created : Wednesday May 20, 2020 18:13:05 CEST
# #
# @description : git wrapper for dotfiles management # @description : git wrapper for dotfiles management
###################################################################### ######################################################################
flags="false" flags="false"

View File

@ -1,12 +1,12 @@
#!/usr/bin/env sh #!/usr/bin/env sh
###################################################################### ######################################################################
# @author : swytch (adapated from github.com/jschx/ufetch) # @author : swytch (adapated from github.com/jschx/ufetch)
# @file : fetch # @file : fetch
# @license : MIT # @license : MIT
# @created : Wednesday May 20, 2020 18:16:09 CEST # @created : Wednesday May 20, 2020 18:16:09 CEST
# #
# @description : display system infos # @description : display system infos
###################################################################### ######################################################################

View File

@ -1,13 +1,13 @@
#!/usr/bin/env sh #!/usr/bin/env sh
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : kbacklight # @file : kbacklight
# @license : MIT # @license : MIT
# @created : Wednesday May 20, 2020 18:17:03 CEST # @created : Wednesday May 20, 2020 18:17:03 CEST
# #
# @description : control keyboard brightness # @description : control keyboard brightness
# @dependencies : `upower` # @dependencies: upower
###################################################################### ######################################################################

View File

@ -1,13 +1,13 @@
#!/usr/bin/env sh #!/usr/bin/env sh
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : maker # @file : maker
# @license : MIT # @license : MIT
# @created : Wednesday May 20, 2020 18:18:53 CEST # @created : Wednesday May 20, 2020 18:18:53 CEST
# #
# @description : create a makefile for current project (if c/c++) # @description : create a makefile for current project (if c/c++)
# open it with (neo)vim # open it with (neo)vim
###################################################################### ######################################################################

View File

@ -1,13 +1,13 @@
#!/usr/bin/env sh #!/usr/bin/env sh
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : mom # @file : mom
# @license : MIT # @license : MIT
# @created : Wednesday May 20, 2020 18:19:56 CEST # @created : Wednesday May 20, 2020 18:19:56 CEST
# #
# @description : create a groff doc with genereic metadata # @description : create a groff doc with genereic metadata
# open it with (neo)vim # open it with (neo)vim
###################################################################### ######################################################################

View File

@ -1,14 +1,13 @@
#!/usr/bin/env sh #!/usr/bin/env sh
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : mommerge # @file : mommerge
# @license : MIT # @license : MIT
# @created : Wednesday May 20, 2020 18:20:23 CEST # @created : Wednesday May 20, 2020 18:20:23 CEST
# #
# @description : merge mom files from current dir # @description : merge mom files from current dir
# compile it with `compiler` script # compile it with `compiler` script
# @dependencies : `compiler` script
###################################################################### ######################################################################

View File

@ -6,7 +6,7 @@
# @license : MIT # @license : MIT
# @created : Friday Feb 05, 2021 21:42:00 CET # @created : Friday Feb 05, 2021 21:42:00 CET
# #
# @description : Simple wrapper to mpc, to send notifications # @description : simple wrapper for mpc, to send notifications
###################################################################### ######################################################################

View File

@ -1,12 +1,12 @@
#!/usr/bin/env sh #!/usr/bin/env sh
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : sbacklight # @file : sbacklight
# @license : MIT # @license : MIT
# @created : Wednesday May 20, 2020 18:22:36 CEST # @created : Wednesday May 20, 2020 18:22:36 CEST
# #
# @description : control screen brightness # @description : control screen brightness
###################################################################### ######################################################################

View File

@ -1,12 +1,11 @@
#!/usr/bin/env sh #!/usr/bin/env sh
###################################################################### ######################################################################
# @author : swytch (adapted from Luke Smith - lukesmith.xyz) # @author : swytch (adapted from Luke Smith - lukesmith.xyz)
# @file : setbg # @file : setbg
# @license : MIT # @license : MIT
# @created : Wednesday May 20, 2020 18:23:50 CEST # @created : Wednesday May 20, 2020 18:23:50 CEST
# @description : set the wallpaper # @description : set the wallpaper
# @dependencies : `xwallpaper`
###################################################################### ######################################################################

View File

@ -1,12 +1,12 @@
#!/usr/bin/env sh #!/usr/bin/env sh
###################################################################### ######################################################################
# @author : swytch (adapted form Luke Smith - lukesmith.xyz) # @author : swytch (adapted form Luke Smith - lukesmith.xyz)
# @file : texclear # @file : texclear
# @license : MIT # @license : MIT
# @created : Wednesday May 20, 2020 18:24:59 CEST # @created : Wednesday May 20, 2020 18:24:59 CEST
# #
# @description : clear the build files of LaTeX build # @description : clear the build files of LaTeX build
###################################################################### ######################################################################

View File

@ -1,13 +1,13 @@
#!/usr/bin/env sh #!/usr/bin/env sh
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : texer # @file : texer
# @license : MIT # @license : MIT
# @created : Wednesday May 20, 2020 18:26:30 CEST # @created : Wednesday May 20, 2020 18:26:30 CEST
# #
# @description : create a LaTeX doc with generic metadata # @description : create a LaTeX doc with generic metadata
# open it with (neo)vim # open it with (neo)vim
###################################################################### ######################################################################

View File

@ -1,12 +1,12 @@
#!/usr/bin/env sh #!/usr/bin/env sh
###################################################################### ######################################################################
# @author : swytch # @author : swytch
# @file : webupdate # @file : webupdate
# @license : MIT # @license : MIT
# @created : Wednesday May 20, 2020 18:27:35 CEST # @created : Wednesday May 20, 2020 18:27:35 CEST
# #
# @description : update my website with $HOME/public_html # @description : update my website with $HOME/public_html
###################################################################### ######################################################################