Skip to content

Commit 6f51f2d

Browse files
committed
New README sorting system [no_ci]
1 parent 5afb46e commit 6f51f2d

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
Here I'll put any repos that I'm interested in.
44

55
## Interesting
6+
67
<div id="auto-sort-start"/>
7-
8-
8+
99
- [Filelight](https://github.com/KDE/filelight) - allows you to understand exactly where your diskspace is being used by graphically representing your filesystem as a set of concentric segmented-rings
1010
- [FluidX3D](https://github.com/ProjectPhysX/FluidX3D) - the fastest and most memory efficient lattice Boltzmann CFD software, running on all GPUs via OpenCL
1111
- [HakuNeko](https://github.com/manga-download/hakuneko) - downloader for manga books
12-
## Libs
1312
- [Metrics](https://github.com/lowlighter/metrics) - fancy metrics for ur GitHub profile
1413
- [Playnite](https://github.com/JosefNemec/Playnite) - aggregator of games from [all](https://playnite.link/addons.html) launchers
1514
- [QuickLook](https://github.com/QL-Win/QuickLook) - Quick preview of files for Windows, just hold <kbd>Space</kbd>
@@ -21,6 +20,8 @@ Here I'll put any repos that I'm interested in.
2120
- [scn2](http://www.steffengerlach.de/freeware/) - this tool uses a sunburst chart to display the usage of your hard disk or other media
2221
- [vcsi](https://github.com/amietn/vcsi) - tool to generate video contact sheets (image composed of video capture thumbnails arranged on a grid)
2322
<div id="auto-sort-end"/>
23+
24+
## Libs
2425
- `C` <div id="auto-sort-start"/>
2526
- [argparse](https://github.com/cofyc/argparse) - Python's argparse implementation for C
2627
<div id="auto-sort-end"/>
@@ -31,7 +32,7 @@ Here I'll put any repos that I'm interested in.
3132
- [DearPyGui](https://github.com/hoffstadt/DearPyGui) - modern, fast and powerful GUI framework for Python based on ImGui
3233
- [tqdm](https://github.com/tqdm/tqdm) - fast, extensible progress bar for Python and CLI
3334
<div id="auto-sort-end"/>
34-
35+
3536
## Homelab
3637
<div id="auto-sort-start"/>
3738

hashes/._README.md.hash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
k���d��}'�sF4���<�����.lp�;H
1+
�@ �� ��RC�Xl��
2+
{T�bi�ؘ�v

lone_sort_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def sort_readme(file_path: str):
269269
i += 1
270270
start = i
271271
while i < len(readme) \
272-
and not '<div id="auto-sort-start"/>' in readme[i]:
272+
and not '<div id="auto-sort-end"/>' in readme[i]:
273273
i += 1
274274
end = i
275275
# Sort lines ignoring symbols

0 commit comments

Comments
 (0)