tangled
alpha
login
or
join now
ngp.computer
/
tsk
A file-based task manager
0
fork
atom
overview
issues
pulls
pipelines
Add .tsk to gitignore, fix missing import
ngp.computer
1 year ago
2c7d894a
951b1a7b
+2
2 changed files
expand all
collapse all
unified
split
.gitignore
src
workspace.rs
+1
.gitignore
···
1
1
/target
2
2
+
.tsk/
+1
src/workspace.rs
···
2
2
use nix::fcntl::{Flock, FlockArg};
3
3
4
4
use crate::errors::{Error, Result};
5
5
+
use std::fs::File;
5
6
use std::io::{BufReader, Seek};
6
7
use std::path::PathBuf;
7
8
use std::{