• S sverchok
  • Информация о проекте
    • Информация о проекте
    • Активность
    • Метки
    • Участники
  • Репозиторий
    • Репозиторий
    • Файлы
    • Коммиты
    • Ветки
    • Теги
    • Участники
    • Диаграмма
    • Сравнение
  • Задачи 148
    • Задачи 148
    • Список
    • Доски
    • Спринты
  • Запросы на слияние 21
    • Запросы на слияние 21
  • CI/CD
    • CI/CD
    • Конвейеры
    • Задания
    • Расписания
  • Развертывания
    • Развертывания
    • Окружения
    • Релизы
  • Пакеты и реестры
    • Пакеты и реестры
    • Реестр пакетов
    • Реестр контейнеров
  • Мониторинг
    • Мониторинг
    • Инциденты
  • Аналитика
    • Аналитика
    • Поток ценности
    • CI/CD
    • Репозиторий
  • Wiki
    • Wiki
  • Сниппеты
    • Сниппеты
  • Активность
  • Диаграмма
  • Создать новую задачу
  • Задания
  • Коммиты
  • Доски с задачами
Свернуть панель
  • nikitronn
  • sverchok
  • Запросы на слияние
  • !1462

Nodeview Console

  • Ревью изменений

  • Скачать
  • Почтовые патчи
  • Простое отличие
Закрыто nikitronn запросил слияние fuzzsearch в master Апр 03, 2017
  • Обзор 15
  • Коммиты 56
  • Конвейеры 0
  • Изменения 8

Created by: zeffii

do not merge

Maybe i should call this SV Console , and make search just a feature..just like the other functionality that you mention @nortikin . I was going to make a Console at some point, but this provides all the practical infrastructure I needed anyway..

[-] >>> somename       # searches the registered Node list (bl_idname, filename, bl_label)
             |
             \.... this is a basic search implementation, i invite different engines at some point.

[ ] >>> !macroname     # get from a list of macros.
[x] >>> term?bpy       # open bpy docs searching the string
[x] >>> term?py        # open bpy docs searching the string
[x] >>> term?sv        # search sv docs for the string (read the docs)
[x] >>> term?gh        # search github sv issues
[x] >>> term?se        # search BlenderStackExchange
[x] >>> term?ghc       # search github sv code
[ ] >>> #templatename  # search templates for SNLite
[ ] >>> #ls            # list templates for SNLite
[ ] >>> .templatename  # search sverchok demo templates
[ ] >>> .ls            # list sverchok demo templates
[ ] >>> man            # throw the console manual to a webbrowser
[ ] >>> ls gist        # LS , list
[ ] >>> ?gist <term>   # parse all current csv into a mega tree once , and allow search of term in node tree/blendfile name

blisssgif

Ответственный
Назначить
Проверяющие
Запросить ревью
Оценка трудозатрат
Исходная ветка: fuzzsearch