notes-cli
7e365b1
▼
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
Upgrade .NET SDK version
1 day 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.400
",
"
rollForward
": "
disable
"
}
}