Skip to content

Commit 256cb43

Browse files
committed
Add app screenshots
1 parent 67ea3e7 commit 256cb43

File tree

7 files changed

+25
-3
lines changed

7 files changed

+25
-3
lines changed

qtapp/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Example Qt integration for projspec
2+
-----------------------------------
3+
4+
Quickly-coded filesystem and library browser. Shows HTML view of project
5+
selected for the current directory or library entry. Selecting a directory
6+
will add if to the library.
7+
8+
A simple search dialog allows you to view only those project types
9+
containing the given class(es).
10+
11+
![screenshot](./im.png)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Example projspec apps, based on qt
1+
"""Example projspec library app, based on qt
22
33
See also ``ipywidget`` or ``panel`` implementations, when they are ready.
44
"""

qtapp/im.png

481 KB
Loading
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
from projspec.library import ProjectLibrary
2424
import projspec
2525

26+
library = ProjectLibrary()
27+
2628

2729
class FileBrowserWindow(QMainWindow):
2830
"""A mini filesystem browser with project information

src/projspec/proj/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"env",
3434
"envs", # conda-project
3535
"htmlcov",
36+
"node_modules",
3637
}
3738

3839

vsextension/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
This extension "Projspec scan" command, which calls projspec as a subprocess
2-
on the current project root, and displays the output HTML in an editor tab.
1+
VSCode extension for projspec
2+
-----------------------------
3+
4+
This extension provides the "Show project library" command,
5+
which calls projspec as a subprocess. It can scan and add the current
6+
code window to the library, show details (and search) any library entry,
7+
open a new Code window for a given library entry or "make" any
8+
artifact.
9+
10+
![screenshot](./im.png)
311

412
Like the qt-app, this is POC experimental only.

vsextension/im.png

739 KB
Loading

0 commit comments

Comments
 (0)