From 772718b7748529395193a0f0c26f3fe767b4e5d6 Mon Sep 17 00:00:00 2001 From: A1ive <10670106+a1ive@users.noreply.github.com> Date: Tue, 28 Nov 2023 11:29:43 +0800 Subject: [PATCH] update --- .gitattributes | 2 ++ .gitignore | 3 +++ index.md | 42 +++++++++++++++++++++++++----------------- 3 files changed, 30 insertions(+), 17 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.gitignore b/.gitignore index 17d6eb3..bc4fcc6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,6 @@ Gemfile.lock .sass-cache/ .jekyll-cache/ .jekyll-metadata +.vs/ +.history/ +.vscode/ diff --git a/index.md b/index.md index 15cc27b..90eafdf 100644 --- a/index.md +++ b/index.md @@ -4,21 +4,13 @@ layout: default ## My Projects -- ### [GRUB2-FileManager](https://github.com/a1ive/grub2-filemanager) +- ### [a1ive GRUB & FileManager](https://github.com/a1ive/grub2-filemanager) - ![](https://img.shields.io/github/license/a1ive/grub2-filemanager) ![](https://img.shields.io/github/stars/a1ive/grub2-filemanager) ![](https://badges.crowdin.net/grub2-filemanager/localized.svg) ![](https://img.shields.io/github/downloads/a1ive/grub2-filemanager/total) + ![](https://img.shields.io/github/license/a1ive/grub2-filemanager) ![](https://img.shields.io/github/stars/a1ive/grub2-filemanager) ![](https://img.shields.io/github/downloads/a1ive/grub2-filemanager/total) - File manager for GRUB 2. + Fork of GRUB 2 to add various features. - Download: [GitHub](https://github.com/a1ive/grub2-filemanager/releases) - -- ### [a1ive GRUB2](https://github.com/a1ive/grub) - - ![](https://img.shields.io/github/license/a1ive/grub) ![](https://img.shields.io/github/stars/a1ive/grub) ![](https://img.shields.io/github/downloads/a1ive/grub/total) - - Fork of GRUB 2 to add various features. - - Download: [GitHub](https://github.com/a1ive/grub/releases/tag/latest) + Download: [GRUB2-Filemanager](https://github.com/a1ive/grub2-filemanager/releases) [a1ive GRUB](https://github.com/a1ive/grub/releases/tag/latest) Manual: [简体中文手册](./grub2_zh.html) @@ -26,21 +18,37 @@ layout: default - ### [GRUB4DOS](https://github.com/chenall/grub4dos) - ![GitHub](https://img.shields.io/github/license/chenall/grub4dos) ![](https://img.shields.io/github/stars/chenall/grub4dos) ![GitHub Release Date](https://img.shields.io/github/release-date/chenall/grub4dos) ![GitHub all releases](https://img.shields.io/github/downloads/chenall/grub4dos/total) + ![](https://img.shields.io/github/license/chenall/grub4dos) ![](https://img.shields.io/github/stars/chenall/grub4dos) ![GitHub all releases](https://img.shields.io/github/downloads/chenall/grub4dos/total) Universal boot loader based on GRUB Legacy. Download: [GitHub](https://github.com/chenall/grub4dos/releases) [chenall.net](http://grub4dos.chenall.net/) - Extra utilities: [grubutils](https://github.com/chenall/grubutils) [ntloader](https://github.com/grub4dos/ntloader) + [grubutils](https://github.com/chenall/grubutils): Extra utilities for grub4dos. + + [ntloader](https://github.com/grub4dos/ntloader): Windows NT6+ VHD/WIM loader. - ### [nwinfo](https://github.com/a1ive/nwinfo) - ![](https://img.shields.io/github/license/a1ive/nwinfo) ![](https://img.shields.io/github/downloads/a1ive/nwinfo/total.svg) + ![](https://img.shields.io/github/license/a1ive/nwinfo) ![](https://img.shields.io/github/stars/a1ive/nwinfo) ![](https://img.shields.io/github/downloads/a1ive/nwinfo/total.svg) + + Hardware information utility for Windows. + + [libcdi](https://github.com/a1ive/libcdi): Wrap CrystalDiskInfo into a DLL. + +- ### [NkArc](https://github.com/a1ive/NkArc) + + ![](https://img.shields.io/github/license/a1ive/NkArc) ![](https://img.shields.io/github/actions/workflow/status/a1ive/NkArc/msbuild.yml) + + A versatile multi filesystem explorer for Windows. + +- ### [UEFI-Tetris](https://github.com/a1ive/uefi-tetris) + + ![](https://img.shields.io/github/license/a1ive/uefi-tetris) ![](https://img.shields.io/github/stars/a1ive/uefi-tetris) - NT Hardware information tool. + Tetris game for UEFI. -## Repositories Contributed To +## My Contributions - ### [Ventoy](https://github.com/ventoy/Ventoy)