From 45fda177362acba6ae23abef392d54fb191d4140 Mon Sep 17 00:00:00 2001 From: icaoberg Date: Wed, 7 Feb 2024 21:47:34 -0500 Subject: [PATCH] Update script.py --- script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.py b/script.py index 327b995..ebe7ca3 100644 --- a/script.py +++ b/script.py @@ -17,7 +17,7 @@ file.write( str ) # Utilities -repositories = ['hashdeep','vim','libtiff-tools','wordgrinder','shellcheck','pandiff','rich-cli','jq','jp','lowcharts','btop','aws-cli','cwltool','circos','glances','fdupes','graphviz','browsh','hyperfine','dust','gnuplot','pandoc','mc','bat','flac','visidata','octave','ncdu','lazygit','asciinema','ffmpeg','imagemagick','rclone'] +repositories = ['hashdeep','dua','vim','libtiff-tools','wordgrinder','shellcheck','pandiff','rich-cli','jq','jp','lowcharts','btop','aws-cli','cwltool','circos','glances','fdupes','graphviz','browsh','hyperfine','dust','gnuplot','pandoc','mc','bat','flac','visidata','octave','ncdu','lazygit','asciinema','ffmpeg','imagemagick','rclone'] repositories.sort() file.write('\n## Utilities\n') file.write( '| Name | Information |\n' )