GitHub تجميل قائمة الملفات

GitHub File List Beautifier هو برنامج نصي للمستخدم,تستخدم لتعزيز GitHub عرض تأثير الملفات في المستودع。يمكنه إضافة الألوان إلى الملفات والمجلدات,واستبدل أيقونات نوع الملف بصور صغيرة,يجعل قاعدة التعليمات البرمجية أسهل في التصفح والإدارة。إضافة الألوان والأيقونات إلى الملفات حسب النوع,عرض صور صغيرة بدلاً من أيقونات نوع الملف في شجرة مصدر المستودع

المؤلف
人民的勤务员
التثبيت اليومي
3
إجمالي التثبيت
21
التقييمات
0 0 0
الإصدار
4.1.0.3
تم إنشاؤه
12-09-2024
تم تحديثه
17-09-2024
التوافق
متوافق مع Firefox متوافق مع Chrome متوافق مع Opera متوافق مع Safari متوافق مع Edge
الترخيص
MIT
ينطبق على

GitHub File list beautifier

「 GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。 」

Views

Download:Github | ⭐Greasy Fork

Update record

🛠️ GitHub File list beautifier Change log

📅 2024/9/12 11:35 - Ver 4.1

New: Added icons for files,Added custom file colors and icons。


GitHub File list beautifier

Introduction

GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。

Function

  • folder icon:Replace folder icons with more intuitive folder icons。
  • Custom icon:Based on file extension or file name,Show custom icons。
  • Image file preview:For image files,Automatically display thumbnails。
  • Color marking:Add colors to different types of files,to identify file types more quickly。

please note:

This script is for colorizing different file types,Display icons are only included,in needGithubdisplay icon,Recommended download

  • github-vscode-icons-updated2.0.3
  • Material Icons for GitHub 1.8.19

Install

  1. Install Tampermonkey or Greasemonkey plug-in

  2. Add script

    • Click install to Tampermonkey Greasemonkey 。
  3. Script placement

    • The first time the script is run it will start from the specified URL Load color configuration。If the configuration cannot be loaded,Default settings will be used。

use

  • The script will be in GitHub Run automatically when page loads,Handling file icons in file lists。
  • Can be used as needed localStorage Or adjust the icon and color configuration in the script settings。

Custom configuration instructions

  • File type: "js": { "color": "#f1c40f", "icon": "javascript" }, "py": { "color": "red", "icon": "javascript" }
  • absolute name:(used to display icons,Custom coloring of absolute files has not been added yet.) "123.txt": { "color": "red", "icon": "javascript" },
  • Default fromvscode-material-icon-themeGet icon: "123.txt": { "color": "red", "icon": "javascript" },
  • Load icon from network: "123.txt": { "color": "red", "icon": "https://www.1.com/1.png" },
  • Load icon from local: "123.txt": { "color": "red", "icon": " data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAA....." },

⬇️you may be looking forGitHubRelated scripts

  • GitHubSubmit information displayHTML: This script will GitHub The submission information on HTML view,to see submission details more clearly。It will automatically submit the information list、The commit header and latest commit information are converted to HTML Format,Provide better visual effects and user experience。
  • GitHub File list beautifier: GitHub File List Beautifier is a user script,used to enhance GitHub Display effect of files in warehouse。It can add colors to files and folders,and replace the file type icons with small images,Makes the code base easier to browse and manage。
  • GitHubfolder下载: Add a download button,Allows easy downloading of specific GitHub 文件夹。
  • GitHubDownload single files and copy filesURL: Add button at the end of each file line,to copy the original file URL and download files
  • githubShow warehouse size: existGithubShow warehouse size when viewing and searching warehouses
  • GitHub Sort by Date: Change the sorting method of warehouse list files to descending date order,Conveniently view the latest updated files。

compatibility

  • Browser:support Chrome、Firefox、Edge、Opera and Safari。

Support and feedback

  • If you encounter problems or have any suggestions,Please visit GitHub Issues page Submit feedback。

Authorize

contribute

image dark Snipaste_2024-09-12_12-03-25.png

Help

Recommended browsers and script managers:

  • Greasemonkey + Waterfox
  • Tampermonkey/Violentmonkey + Firefox
  • Tampermonkey/Violentmonkey + Chrome
  • Userscripts + ios Safari
  • Violentmonkey/KiWiBrowser + Android

If you need to know more about how to install userscripts,click meView graphic teaching!

More user scripts / back to top↑