notes-cli
0e90eee
▼
cmdlet
rust
main
/
global.json
Clone
▼
Name
Message
Date
📁
src
Write errors when EDITOR is missing
1 month ago
📄
.editorconfig
Create new notes
1 month ago
📄
.gitignore
Create new notes
1 month ago
📄
Directory.Build.props
Create new notes
1 month ago
📄
Directory.Packages.props
Use frontmatter from latest note
1 month ago
📄
dotnet-tools.json
Create new notes
1 month ago
📄
global.json
Create new notes
1 month ago
📄
NotesCli.slnx
Create new notes
1 month ago
📄
README.md
Initial commit
1 month ago
📄
global.json
1
2
3
4
5
6
7
{
"
sdk
": {
"
version
": "
10.0.302
",
"
rollForward
": "
disable
"
}
}