phystool

Table des matière

  • Phystool
  • Introduction
  • Quickstart
  • Configuration
  • LaTeX
  • Utilisation
    • phystool search
      • Named Arguments
    • phystool pdbfile
    • phystool pdflatex
    • Named Arguments
  • API Reference
  • Changelog
phystool
  • Utilisation
  • Search
  • Afficher la source de la page

Search

Effectue une recherche dans la base de donnée et affiche le résultat dans le terminal.

Exemples d’utilisation

Afficher dans le terminal tous les …

Commande

PDBFile

phystool search

Exercise et QCM contenant « champ magnétique »

phystool search --type exercise,qcm --query "champ magnétique"

PDBFile avec les Tags

phystool search --tags Cinématique,Énergie

TP dont l”uuid contient « a4bd1 »

phystool search --type tp --uuid a4bd1

usage: phystool search [-h] [--tags TAGS] [--type TYPE] [--uuid UUID]
                       [--query QUERY]

Named Arguments

--tags

Filter by tags

Default: ````

--type

Filter by types

Default: ['exercise', 'theory', 'qcm', 'figure', 'tp']

--uuid

Filter by uuid containing

Default: ''

--query

Filter the search by content matching the query

Default: ''

Précédent Suivant

© Droits d'auteur .

Compilé avec Sphinx en utilisant un thème fourni par Read the Docs.