Class: Command::List
- Inherits:
-
CommandBase
- Object
- CommandBase
- Command::List
- Defined in:
- lib/command/list.rb
Constant Summary collapse
- ANNOTATION_COLOR_TIME_LIMIT =
更新してから何秒まで色を変更するか
6 * 60 * 60
- NOVEL_TYPE_LABEL =
MEMO: 0 は昔の小説を凍結したままな場合、novel_type が設定されていないので、
nil.to_i %w(連載 連載 短編)- FILTERS_TYPE =
Hash[*%w(series 連載 ss 短編 frozen 凍結 nonfrozen 非凍結)]
Class Method Summary collapse
Instance Method Summary collapse
- #execute(argv) ⇒ Object
- #filter_type_help ⇒ Object
- #header ⇒ Object
-
#initialize ⇒ List
constructor
A new instance of List.
- #output_list(novels) ⇒ Object
- #test_filter(filters, novel_type, frozen) ⇒ Object
- #valid_tags?(novel, tags) ⇒ Boolean
- #view_date_type ⇒ Object
Methods inherited from CommandBase
execute!, #force_change_settings_function, help, #hook_call, #load_local_settings, #tagname_to_ids
Constructor Details
#initialize ⇒ List
Returns a new instance of List.
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
# File 'lib/command/list.rb', line 22 def initialize super("[<limit>] [options]") @opt.separator "\n \u30FB\u73FE\u5728\u7BA1\u7406\u3057\u3066\u3044\u308B\u5C0F\u8AAC\u306E\u4E00\u89A7\u3092\u8868\u793A\u3057\u307E\u3059\n \u30FB\u8868\u793A\u3055\u308C\u308BID\u306F\u5404\u30B3\u30DE\u30F3\u30C9\u3067\u6307\u5B9A\u3059\u308B\u3053\u3068\u3067\u5C0F\u8AAC\u540D\u7B49\u3092\u5165\u529B\u3059\u308B\u624B\u9593\u3092\u7701\u3051\u307E\u3059\n \u30FB\u500B\u6570\u3092\u4E0E\u3048\u308B\u3053\u3068\u3067\u3001\u6700\u5927\u8868\u793A\u6570\u3092\u5236\u9650\u3067\u304D\u307E\u3059(\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\u5168\u3066\u8868\u793A)\n \u30FBnarou list\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u52D5\u4F5C\u3092 narou s default_arg.list= \u3067\u8A2D\u5B9A\u3059\u308B\u3068\u4FBF\u5229\u3067\u3059\n \u30FB\u30D1\u30A4\u30D7\u3067\u4ED6\u306Enarou\u30B3\u30DE\u30F3\u30C9\u306B\u7E4B\u3050\u3068ID\u5165\u529B\u306E\u4EE3\u308F\u308A\u306B\u3067\u304D\u307E\u3059\n\n Examples:\nnarou list # ID\u306E\u5C0F\u3055\u3044\u9806\u306B\u5168\u3066\u8868\u793A\nnarou list 10 -r # ID\u306E\u5927\u304D\u3044\u9806\u306B10\u4EF6\u8868\u793A\nnarou list 5 -l # \u6700\u8FD1\u66F4\u65B0\u306E\u3042\u3063\u305F5\u4EF6\u8868\u793A\nnarou list 10 -rl # \u53E4\u3044\u9806\u306B10\u4EF6\u8868\u793A\nnarou list -f ss # \u77ED\u7DE8\u5C0F\u8AAC\u3060\u3051\u8868\u793A\nnarou list -f \"ss frozen\" # \u51CD\u7D50\u3057\u3066\u3044\u308B\u77ED\u7DE8\u3060\u3051\u8868\u793A\n\n# \u5C0F\u8AAC\u5BB6\u306B\u306A\u308D\u3046\u306E\u5C0F\u8AAC\u306E\u307F\u3092\u8868\u793A\nnarou list --site --grep \u5C0F\u8AAC\u5BB6\u306B\u306A\u308D\u3046\nnarou l -sg \u5C0F\u8AAC\u5BB6\u306B\u306A\u308D\u3046 # \u4E0A\u8A18\u3068\u540C\u3058\u610F\u5473\n# \u4F5C\u8005\u201C\u7D2B\u708E\u201D\u3092\u542B\u3080\u5C0F\u8AAC\u3092\u8868\u793A\nnarou list --author --grep \u7D2B\u708E\nnarou l -ag \u7D2B\u708E # \u4E0A\u8A18\u3068\u540C\u3058\u610F\u5473\n# \u201C\u7D2B\u708E\u201D\u3068\u201C\u306A\u308D\u3046\u201D\u3092\u542B\u3080\u5C0F\u8AAC\u3092\u8868\u793A(AND\u691C\u7D22)\nnarou l -asg \"\u7D2B\u708E \u306A\u308D\u3046\"\n# \u201C\u306A\u308D\u3046\u201D\u3092\u542B\u307E\u306A\u3044\u5C0F\u8AAC\u3092\u8868\u793A(NOT\u691C\u7D22)\nnarou l -sg \"-\u306A\u308D\u3046\"\n\n# \u30CF\u30FC\u30E1\u30EB\u30F3\u3092\u542B\u3080\u5C0F\u8AAC\u306Bhameln\u30BF\u30B0\u3092\u4ED8\u3051\u308B\nnarou l -sg \u30CF\u30FC\u30E1\u30EB\u30F3 | narou t -a hameln\n# \u77ED\u7DE8\u3092\u5168\u3066\u51CD\u7D50\u3059\u308B\nnarou l -f ss | narou freeze --on\n\n# \u30EA\u30B9\u30C8\u3092\u305D\u306E\u307E\u307E\u4FDD\u5B58\u3057\u305F\u3044\u6642(echo\u30AA\u30D7\u30B7\u30E7\u30F3)\nnarou l -e > list.txt\n\n Options:\n EOS\n @opt.on(\"-l\", \"--latest\", \"\u6700\u8FD1\u66F4\u65B0\u306E\u3042\u3063\u305F\u9806\u306B\u5C0F\u8AAC\u3092\u8868\u793A\u3059\u308B\") {\n @options[\"latest\"] = true\n }\n @opt.on(\"--gl\", \"\u66F4\u65B0\u65E5\u3067\u306F\u306A\u304F\u6700\u65B0\u8A71\u63B2\u8F09\u65E5\u3092\u4F7F\u7528\u3059\u308B\") {\n @options[\"general-lastup\"] = true\n }\n @opt.on(\"-r\", \"--reverse\", \"\u9006\u9806\u306B\u8868\u793A\u3059\u308B\") {\n @options[\"reverse\"] = true\n }\n @opt.on(\"-u\", \"--url\", \"\u5C0F\u8AAC\u306E\u63B2\u8F09\u30DA\u30FC\u30B8\u3082\u8868\u793A\u3059\u308B\") {\n @options[\"url\"] = true\n }\n @opt.on(\"-k\", \"--kind\", \"\u5C0F\u8AAC\u306E\u7A2E\u5225\uFF08\u77ED\u7DE8\uFF0F\u9023\u8F09\uFF09\u3082\u8868\u793A\u3059\u308B\") {\n @options[\"kind\"] = true\n }\n @opt.on(\"-s\", \"--site\", \"\u63B2\u8F09\u5C0F\u8AAC\u30B5\u30A4\u30C8\u540D\u3082\u8868\u793A\u3059\u308B\") {\n @options[\"site\"] = true\n }\n @opt.on(\"-a\", \"--author\", \"\u4F5C\u8005\u540D\u3082\u8868\u793A\u3059\u308B\") {\n @options[\"author\"] = true\n }\n @opt.on(\"-f\", \"--filter VAL\", String,\n \"\u8868\u793A\u3092\u7D5E\u308B\u305F\u3081\u306E\u30D5\u30A3\u30EB\u30BF\u30FC\u3002\u30B9\u30DA\u30FC\u30B9\u533A\u5207\u308A\u3067\u8907\u6570\u53EF\\n\" \\\n \"\#{' '*25}\#{filter_type_help}\") { |filter|\n @options[\"filters\"] = filter.downcase.split\n }\n @opt.on(\"-g\", \"--grep VAL\", String,\n \"\u6307\u5B9A\u3055\u308C\u305F\u6587\u5B57\u5217\u3067\u30EA\u30B9\u30C8\u3092\u691C\u7D22\u3059\u308B\") { |search|\n @options[\"grep\"] = search.split\n }\n @opt.on(\"-t\", \"--tag [TAGS]\", String,\n \"\u30BF\u30B0\u3082\u8868\u793A\u3002\u5F15\u6570\u3092\u6307\u5B9A\u3057\u305F\u5834\u5408\u305D\u306E\u30BF\u30B0\u3092\u542B\u3080\u5C0F\u8AAC\u3092\u8868\u793A\") { |tags|\n if tags\n @options[\"tags\"] = tags.split\n else\n @options[\"all-tags\"] = true\n end\n }\n @opt.on(\"-e\", \"--echo\", \"\u30D1\u30A4\u30D7\u3084\u30EA\u30C0\u30A4\u30EC\u30AF\u30C8\u3067\u3082\u305D\u306E\u307E\u307E\u51FA\u529B\u3059\u308B\") {\n @options[\"echo\"] = true\n }\nend\n" |
Class Method Details
.oneline_help ⇒ Object
18 19 20 |
# File 'lib/command/list.rb', line 18 def self.oneline_help "現在管理している小説の一覧を表示します" end |
Instance Method Details
#execute(argv) ⇒ Object
232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 |
# File 'lib/command/list.rb', line 232 def execute(argv) super database_values = Database.instance.get_object.values if !argv.empty? && argv.first =~ /^\d+$/ num = argv.first.to_i else num = database_values.size end if ["latest"] database_values = Database.instance.sort_by(view_date_type) end database_values.reverse! if ["reverse"] novels = database_values[0, num] output_list(novels) end |
#filter_type_help ⇒ Object
112 113 114 115 116 |
# File 'lib/command/list.rb', line 112 def filter_type_help FILTERS_TYPE.map { |filter, info| "#{filter}(#{info})" }.join(",") end |
#header ⇒ Object
139 140 141 142 143 144 145 146 147 148 |
# File 'lib/command/list.rb', line 139 def header [ " ID ", ["general-lastup"] ? " 掲載日 " : " 更新日 ", ["kind"] ? "種別" : nil, ["author"] ? "作者名" : nil, ["site"] ? "サイト名" : nil, " タイトル" ].compact.join(" | ") end |
#output_list(novels) ⇒ Object
154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 |
# File 'lib/command/list.rb', line 154 def output_list(novels) now = Time.now today = now.strftime("%y/%m/%d") filters = ["filters"] || [] selected_lines = {} view_date_type_key = view_date_type novels.each do |novel| novel_type = novel["novel_type"].to_i id = novel["id"] frozen = Narou.novel_frozen?(id) unless filters.empty? next unless test_filter(filters, novel_type, frozen) end if ["tags"] next unless (novel, ["tags"]) end disp_id = ((frozen ? "*" : "") + id.to_s).rjust(4) disp_id = disp_id.sub("*", "<bold><cyan>*</cyan></bold>") if frozen = novel["tags"] || [] selected_lines[id] = [ disp_id, novel[view_date_type_key].strftime("%y/%m/%d").tap { |s| new_arrivals_date = novel["new_arrivals_date"] last_update = novel["last_update"] if new_arrivals_date && new_arrivals_date >= last_update \ && new_arrivals_date + ANNOTATION_COLOR_TIME_LIMIT >= now # 新着表示色 s.replace "<bold><magenta>#{s}</magenta></bold>" elsif last_update + ANNOTATION_COLOR_TIME_LIMIT >= now # 更新だけあった色 s.replace "<bold><green>#{s}</green></bold>" end }, ["kind"] ? NOVEL_TYPE_LABEL[novel_type] : nil, ["author"] ? novel["author"].escape : nil, ["site"] ? novel["sitename"].escape : nil, novel["title"].escape + (!["kind"] && novel_type == 2 ? " <bold><black>(#{NOVEL_TYPE_LABEL[novel_type]})</black></bold>" : "") + (.include?("end") ? " <bold><black>(完結)</black></bold>" : "") + (.include?("404") ? " <bold><black>(削除)</black></bold>" : ""), ["url"] ? novel["toc_url"].escape : nil, ["tags"] || ["all-tags"] ? .empty? ? nil : .map{ |tag| color = Tag.get_color(tag) "<bold><#{color}>#{tag.escape}</#{color}></bold>" }.join(",") : nil, ].compact.join(" | ") end if ["grep"] ["grep"].each do |search_word| selected_lines.keep_if { |_, line| if search_word =~ /^-(.+)/ # NOT検索 !line.include?($1) else line.include?(search_word) end } end end if STDOUT.tty? puts header puts selected_lines.values.join("\n").termcolor else if ["echo"] # pipeにそのまま出力するときはansicolorコードが邪魔なので削除 puts header puts TermColorLight.strip_tag(selected_lines.values.join("\n")) else # pipeに接続するときはIDを渡す puts selected_lines.keys.join(" ") end end end |
#test_filter(filters, novel_type, frozen) ⇒ Object
118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 |
# File 'lib/command/list.rb', line 118 def test_filter(filters, novel_type, frozen) apply_sum = filters.inject(0) do |sum, item| apply = case item when "series" novel_type == 0 && novel_type == 1 when "ss" novel_type == 2 when "frozen" frozen when "nonfrozen" !frozen else error "不明なフィルターです(#{item})" warn "filters = #{filter_type_help}" exit Narou::EXIT_ERROR_CODE end sum + (apply ? 1 : 0) end apply_sum == filters.count end |
#valid_tags?(novel, tags) ⇒ Boolean
104 105 106 107 108 109 110 |
# File 'lib/command/list.rb', line 104 def (novel, ) = novel["tags"] or return false .each do |tag| return false unless .include?(tag) end true end |
#view_date_type ⇒ Object
150 151 152 |
# File 'lib/command/list.rb', line 150 def view_date_type ["general-lastup"] ? "general_lastup" : "last_update" end |