grublist 0.1.2

A Rust implementation of grub selection tool with interactive menu interface
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Auto detect text files and perform LF normalization
* text=auto

# Rust source files
*.rs text eol=lf

# Cargo files
Cargo.toml text eol=lf
Cargo.lock text eol=lf

# Documentation
*.md text eol=lf
README* text eol=lf
LICENSE* text eol=lf