Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sftblw committed Oct 1, 2023
1 parent 7da46b8 commit 8d4f076
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Work in progress

![screenshot](./readme_assets/screenshot.png)

Simple app for: drag-drop files to rename with some regex pattern.

remake of [dropReplacer](https://github.com/sftblw/dropReplacer)
Expand Down
Binary file added readme_assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "drop-renamer",
"version": "0.0.0"
"version": "0.0.1"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/help/HelpPage.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { JSX } from "solid-js";

export default function HelpPage(): JSX.Element {
return (<>HelpPage</>);
return (<>HelpPage is not implemented yet.</>);
}
2 changes: 1 addition & 1 deletion src/pages/settings/SettingsPage.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { JSX } from "solid-js";

export default function SettingsPage(): JSX.Element {
return (<>settings page</>);
return (<>SettingsPage is not implemented yet.</>);
}

0 comments on commit 8d4f076

Please sign in to comment.