added WIP burrkmarks
This commit is contained in:
parent
6d9f5a8da3
commit
346e54811e
2 changed files with 18 additions and 0 deletions
13
burrkmarks/bookmurrks.nimble
Normal file
13
burrkmarks/bookmurrks.nimble
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Package
|
||||||
|
|
||||||
|
version = "0.1.0"
|
||||||
|
author = "Paul Wilde"
|
||||||
|
description = "A dmenu/rofi bookmark manager"
|
||||||
|
license = "GPL-2.0-or-later"
|
||||||
|
srcDir = "src"
|
||||||
|
bin = @["burrkmarks"]
|
||||||
|
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
|
||||||
|
requires "nim >= 1.6.6"
|
5
burrkmarks/src/burrkkmarks.nim
Normal file
5
burrkmarks/src/burrkkmarks.nim
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# This is just an example to get you started. A typical binary package
|
||||||
|
# uses this file as the main entry point of the application.
|
||||||
|
|
||||||
|
when isMainModule:
|
||||||
|
echo("Hello, World!")
|
Loading…
Reference in a new issue