gh-here 1.0.2 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,19 +1,25 @@
1
1
  {
2
2
  "permissions": {
3
3
  "allow": [
4
- "Bash(if [ -f scripts/lint ])",
5
- "Bash(then scripts/lint)",
6
- "Bash(elif [ -f script/lint ])",
7
- "Bash(then script/lint)",
8
- "Bash(elif [ -f package.json ])",
9
- "Bash(then npm run lint)",
10
- "Bash(else echo \"No linting script found\")",
11
- "Bash(fi)",
12
- "Bash(git checkout:*)",
4
+ "Bash(chmod:*)",
5
+ "Bash(npm install)",
6
+ "Bash(npm start)",
7
+ "Bash(pkill:*)",
8
+ "Bash(node:*)",
9
+ "Bash(curl:*)",
10
+ "Bash(npm install:*)",
11
+ "Bash(git init:*)",
13
12
  "Bash(git add:*)",
14
13
  "Bash(git commit:*)",
14
+ "Bash(git rm:*)",
15
+ "Bash(ssh:*)",
16
+ "Bash(git restore:*)",
17
+ "Bash(npx gh-here:*)",
18
+ "Bash(git checkout:*)",
15
19
  "Bash(git push:*)",
16
- "Bash(gh pr view:*)"
20
+ "Bash(git pull:*)",
21
+ "Bash(npm publish:*)",
22
+ "Bash(timeout:*)"
17
23
  ],
18
24
  "deny": [],
19
25
  "ask": []
package/README.md CHANGED
@@ -4,7 +4,9 @@ A local GitHub-like file browser for viewing and exploring codebases in your bro
4
4
 
5
5
  ## Why?
6
6
 
7
- TUIs (Terminal User Interfaces) like Claude Code, Google Gemini CLI, and Cursor are becoming very popular tools for working on codebases, but they don't provide a visual view into the directories and files themselves. gh-here exists to fill that gap, so you can easily explore your project files in a familiar GitHub-esque browser GUI.
7
+ TUIs (Terminal User Interfaces) like Claude Code, Google Gemini CLI, and Cursor have become very popular tools for working on codebases, but they don't provide a visual view into the directories and files themselves. gh-here exists to fill that gap, so you can easily explore your project files in a familiar GitHub-esque browser GUI.
8
+
9
+ <!-- Test change for commit interface -->
8
10
 
9
11
  ## Installation
10
12
 
@@ -42,7 +44,6 @@ The app will automatically find an available port starting from 3000 and serve y
42
44
  - Quick actions (copy path, download files, edit, rename, delete)
43
45
  - .gitignore support with toggle functionality
44
46
  - File and folder creation, editing, renaming, and deletion
45
- - Responsive design for mobile and desktop
46
47
 
47
48
  ### 🎨 Code Viewing & Editing
48
49
  - GitHub-accurate syntax highlighting for 25+ languages
@@ -54,11 +55,13 @@ The app will automatically find an available port starting from 3000 and serve y
54
55
 
55
56
  ### 🔀 Git Integration
56
57
  - Automatic git repository detection
57
- - Git status indicators with GitHub-style icons next to modified files
58
+ - Clean git status indicators with colored dots in dedicated column
59
+ - Smart status detection for files within untracked directories
58
60
  - Professional inline diff viewer with syntax highlighting
59
61
  - View/Diff/Edit mode toggle for files with changes
60
62
  - Beautiful raw git diff display with color coding
61
63
  - Git branch display in navigation header
64
+ - Visual status indicators: modified (dot), untracked (purple dot), added, deleted
62
65
 
63
66
  ### ⌨️ Keyboard Navigation
64
67
  - `j`/`k` or arrow keys to navigate files