Skip to content

Commit 4d529c0

Browse files
committed
Added Binary Check and Ideas File
1 parent 62940d3 commit 4d529c0

13 files changed

Lines changed: 128 additions & 1071 deletions

File tree

IDEAS.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### TODO
2+
3+
- Fix Issue and PR Templates
4+
- Tests
5+
- Docs
6+
7+
### IDEAS for Later
8+
9+
- Template Viewer
10+
- Template Creator
11+
- Template Merger
12+
- Caching
13+
- Extensions (maybe)
14+
- executable search (maybe hard on Linux ??, only know windows tbh)
15+
16+
### Maybe
17+
18+
- should not search in the Trashbin

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
# Standard run
55
all: build
66

7+
# Run all the Tests
8+
test:
9+
go test ./...
10+
711
# Build the Program in Debug Mode
812
build:
913
go build ./cmd/finder

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,3 @@ the prototype for finder.
181181
(*a Youtube Video*)
182182

183183
[![INFO Video 1 about Finder](https://img.youtube.com/vi/oIRgAYv-mOA/0.jpg)](https://www.youtube.com/watch?v=oIRgAYv-mOA)
184-
185-
<!--
186-
187-
TODO
188-
189-
- Fix Issue and PR Templates
190-
191-
IDEAS for Later
192-
193-
- should not search in the Trashbin
194-
195-
-->

ansicolors.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
// Header File with all ANSI Colors as Macros
2+
// by Shadowdara
3+
//
4+
// licensed under Appache 2.0
5+
//
26

37
#pragma once
48

ansicolors.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Python with ANSIColors
2+
# by Shadowdara
23
#
4+
# licensed under Appache 2.0
5+
#
6+
37

48
END = "\x1b[0m"
59
BOLD = "\x1b[1m"

internal/cli/ARCHITECTURE.md

Lines changed: 0 additions & 285 deletions
This file was deleted.

0 commit comments

Comments
 (0)