Skip to content

Commit 14ea668

Browse files
move xdg-open to script
1 parent f03e9ac commit 14ea668

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

usr/bin/docker-open-notebook

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
# up docker composer
4+
docker compose -f "$HOME/Docker/open-notebook/docker-compose.yml" up -d
5+
6+
# open in terminal
7+
xdg-open localhost:8502

usr/share/applications/docker-open-notebook.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Type=Application
33
Name=Open Desktop
44
GenericName=Open Desktop Local
5-
Exec=xdg-open localhost:8502
5+
Exec=docker-open-notebook
66
Terminal=false
77
Icon=docker-open-notebook
88
Categories=Development;ArtificialIntelligence;

0 commit comments

Comments
 (0)