blob: ce2bdd5426b0fe55f793b124252ecd6de98c590b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
---
title: Projects
date: 2022-08-27T12:00:00+02:00
url: projects.html
type: page
draft: false
---
- [Simple snapshot manager](#simple-snapshot-manager)
While most of my projects are hosted on GitHub, I wanted a centralized location
to store them independently of GitHub and provide different versions in a bit
clearer way.
## Simple snapshot manager
Simple snapshot utility that uses TAR to compress current directory into a
`.tar` file while ignoring some of the directories.
[GitHub repository](https://github.com/mitjafelicijan/sm).
- Version 0.1 / 2024-10-21 ([sm-v0.1.tar](/snapshots/sm-v0.1.tar))
- First release.
- Able to tag and create tar snapshots.
|