📄 show.h
字号:
/* * MP3Tag - Add ID3 tags to MP3 files based on their filename * Copyright (C)2000 Dave Ewart (davee@sungate.co.uk) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */#define PROGNAME "MP3Tag"#define COMMANDNAME "mp3tag"#define AUTHOR "Dave Ewart"#define AUTHOREMAIL "davee@sungate.co.uk"#define VERSION "0.9.5"#define REVDATE "10.09.2000"#define COPYYEAR "2000"#define USAGESTRING "[options] input-file(s)"#define OPTIONS_1 "-q Quiet mode, suppress most output"#define OPTIONS_2 "-v Verbose mode, show all tag operations"#define OPTIONS_3 "-r Replace any existing ID3 tags automatically"#define OPTIONS_4 "-d Dummy mode, shows all changes that would be made without actually making any (not yet supported)"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -