better file listing for sub folders(and normal listing)

This commit is contained in:
Rusty Striker 2023-01-13 17:56:16 +02:00
parent c2e2aac13c
commit 4f54a8c602
Signed by: RustyStriker
GPG key ID: 87E4D691632DFF15
9 changed files with 45 additions and 29 deletions

View file

@ -9,11 +9,8 @@
(yes i know i hate python but its v quick for simple stuff)
to transform input from <code>ls</code> into a list of &lt;a&gt; tags(with space between)
</p>
<p>
here is the list of files here:
<br>
<INJECT>cd $CURRENT && ls *.* | python3 $HOME/bscripts/ls_to_a.py</INJECT>
</p>
<hr/>
<INJECT>python $HOME/bscripts/ls_table.py $CURRENT</INJECT>
</div>