This is the command notmuch-tag that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
프로그램:
이름
notmuch-tag - add/remove tags for all messages matching the search terms
개요
별로 태그 [options ...] +<태그>|-태그> [--] <검색어> ...
별로 태그 --일괄 [--input=<파일 이름>]
기술
Add/remove tags for all messages matching the search terms.
별로 검색어(7) for details of the supported syntax for <검색어>.
Tags prefixed by '+' are added while those prefixed by '-' are removed. For each message,
tag changes are applied in the order they appear on the command line.
The beginning of the search terms is recognized by the first argument that begins with
neither '+' nor '-'. Support for an initial search term beginning with '+' or '-' is
provided by allowing the user to specify a "--" argument to separate the tags from the
검색어.
별로 태그 태그 변경 사항에 따라 maildir 플래그를 업데이트합니다.
maildir.synchronize_flags 구성 옵션이 활성화되었습니다. 보다 많은 구성(1) 을 통한
세부.
지원되는 옵션 태그 들
--모두 제거
Remove all tags from each message matching the search terms before applying the
tag changes appearing on the command line. This means setting the tags of each
message to the tags to be added. If there are no tags to be added, the messages
will have no tags.
--일괄
Read batch tagging operations from a file (stdin by default). This is more
efficient than repeated 별로 태그 invocations. See TAG FILE FORMAT 아래에서
the input format. This option is not compatible with specifying tagging on the
명령 행.
--입력=
stdin 대신 주어진 파일에서 입력을 읽습니다. 의미 --일괄.
TAG FILE FORMAT
The input must consist of lines of the format:
+<태그>|-태그> [...] [--] <질문>
Each line is interpreted similarly to 별로 태그 command line arguments. The delimiter is
one or more spaces ' '. Any characters in <태그> 5월 be hex-encoded with %NN where NN is
the hexadecimal value of the character. To hex-encode a character with a multi-byte UTF-8
encoding, hex-encode each byte. Any spaces in <tag> 절대로 필요한 것 be hex-encoded as %20. Any
characters that are not part of <태그> 절대로 필요한 것 지원 be hex-encoded.
In the future tag:"tag with spaces" style quoting may be supported for <태그> as well; for
this reason all double quote characters in <태그> 영상을 be hex-encoded.
그만큼질문> should be quoted using Xapian boolean term quoting rules: if a term contains
whitespace or a close paren or starts with a double quote, it must be enclosed in double
quotes (not including any prefix) and double quotes inside the term must be doubled (see
below for examples).
Leading and trailing space ' ' is ignored. Empty lines and lines beginning with '#' are
무시되었습니다.
예
The following shows a valid input to batch tagging. Note that only the isolated '*' acts
as a wildcard. Also note the two different quotings of the tag 공간 in 태그
+winner *
+foo::bar%25 -- (One and Two) or (One and tag:winner)
+found::it -- tag:foo::bar%
# ignore this line and the next
+space%20in%20tags -- Two
# add tag '(tags)', among other stunts.
+crazy{ +(tags) +&are +#possible\ -- tag:"space in tags"
+match*crazy -- tag:crazy{
+some_tag -- id:"this is ""nauty)"""
Use notmuch-tag online using onworks.net services