Skip to content

Commit

Permalink
Update README.md (#85)
Browse files Browse the repository at this point in the history
Added `norg` backup wrapper and `threadlogging`
  • Loading branch information
pswilde authored Aug 23, 2024
1 parent a32d3b3 commit fe2a630
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
- [Date and Time](#date-and-time)
- [Randomization](#randomization)
- [Scripting](#scripting)
- [System Tools](#system-tools)
- [Backups](#backups)
- [Hardware](#hardware)
- [Embedded](#embedded)
- [Science](#science)
Expand Down Expand Up @@ -149,6 +151,7 @@ Nim provides unique features for seamless and transparent interoperability with
- [shared](https://github.com/genotrance/shared) - A Nim library for shared types.
- [synthesis](https://github.com/mratsim/Synthesis) - A compiletime, procedure-based, low-overhead, no-allocation, state-machine generator optimized for communicating processes and threads.
- [sync](https://github.com/planetis-m/sync) - Useful synchronization primitives.
- [threadlogging](https://codeberg.org/pswilde/threadlogging) - A thread safe logging library using Nim's own logging module


### Error Handling
Expand Down Expand Up @@ -260,6 +263,13 @@ Nim provides unique features for seamless and transparent interoperability with
- [nimr](https://github.com/Jeff-Ciesielski/nimr) - Run Nim programs like scripts.


## System Tools

### Backups

- [norg](https://codeberg.org/pswilde/norgbackup) - A portable wrapper for borg and restic.


## Hardware

- [nimvisa](https://github.com/leeooox/nimvisa) - Wrapper for NI-VISA instrument control library.
Expand Down

0 comments on commit fe2a630

Please sign in to comment.