Skip to content

Commit

Permalink
Merge pull request #170 from emadadel4/update
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
emadadel4 authored Oct 20, 2024
2 parents cccc62b + beccdd8 commit 6bb84c9
Show file tree
Hide file tree
Showing 61 changed files with 1,868 additions and 1,234 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Watch demo

![itt.xName:ytv [https://www.youtube.com/watch?v=QmO82OTsU5c]](https://raw.githubusercontent.com/emadadel4/ITT/refs/heads/main/Resources/Images/thumbnail.jpg)
![itt.xName:ytv [https://www.youtube.com/watch?v=QmO82OTsU5c]](https://raw.githubusercontent.com/emadadel4/ITT/refs/heads/main/Statics/Images/thumbnail.jpg)

##### Keyboard Shortcuts:

Expand All @@ -22,7 +22,7 @@

### Create your own theme

![itt.xName:contribute [https://github.com/emadadel4/itt?tab=readme-ov-file#-how-to-contribute]](https://raw.githubusercontent.com/emadadel4/ITT/refs/heads/update/Resources/Images/customtheme.jpg)
![itt.xName:contribute [https://github.com/emadadel4/itt?tab=readme-ov-file#-how-to-contribute]](https://raw.githubusercontent.com/emadadel4/ITT/refs/heads/main/Statics/Images/customtheme.jpg)

#### Contribute and create your own theme, add your favorite apps, music. Click on the image above to see how to contribute.

Expand Down
2 changes: 1 addition & 1 deletion Initialize/start.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $itt = [Hashtable]::Synchronized(@{
buymeacoffee = "https://buymeacoffee.com/emadadel"
registryPath = "HKCU:\Software\ITT@emadadel"
firebaseUrl = "https://ittools-7d9fe-default-rtdb.firebaseio.com/Users"
icon = "https://raw.githubusercontent.com/emadadel4/ITT/main/Resources/Icons/icon.ico"
icon = "https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Icons/icon.ico"
Theme = "default"
CurretTheme = "default"
Date = (Get-Date -Format "MM/dd/yyy")
Expand Down
25 changes: 15 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@


<p align="center" dir="auto">
<a target="_blank" rel="noopener noreferrer nofollow" href="https://raw.githubusercontent.com/emadadel4/ITT/main/Resources/Images/demo.PNG"><img src="https://raw.githubusercontent.com/emadadel4/ITT/main/Resources/Images/demo.PNG" alt="ITT Demo" style="max-width: 100%;"></a>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Images/demo.PNG"><img src="https://raw.githubusercontent.com/emadadel4/ITT/main/Statics/Images/demo.PNG" alt="ITT Demo" style="max-width: 100%;"></a>
</p>

<p>
<div align="center">
<img src="https://raw.githubusercontent.com/emadadel4/ITT/refs/heads/main/Resources/Images/gitt.gif" alt="My GIF">
<img src="https://raw.githubusercontent.com/emadadel4/ITT/refs/heads/main/Statics/Images/gitt.gif" alt="My GIF">
</div>
</p>

Expand Down Expand Up @@ -110,7 +110,7 @@ or

## Watch Demo

[![Watch the video](https://raw.githubusercontent.com/emadadel4/ITT/main/Resources/Images/thumbnail.jpg)](https://www.youtube.com/watch?v=QmO82OTsU5c)
[![Watch the video](https://raw.githubusercontent.com/emadadel4/itt/main/Statics/Images/thumbnail.jpg)](https://www.youtube.com/watch?v=QmO82OTsU5c)
</div>

# 💡 How to Contribute
Expand All @@ -130,35 +130,40 @@ or

<h3>Add a New App</h3>

<pre><code>newApp.ps1
<pre><code>.\newApp.ps1
</code></pre>

<h3>Add a New Tweak</h3>

<pre><code>newTweak.ps1
<pre><code>.\newTweak.ps1
</code></pre>

<h3>add Your native language</h3>
<p><em>You can edit the file using any CSV editor such as Excel, or Notepad++.</em></p>

<pre><code>.\newLocale.ps1
</code></pre>

<p><em>Note: Ensure you understand the tweak you are adding and test it before committing.</em></p>

<h3>Create your own theme</h3>


<pre><code>newTheme.ps1
<pre><code>.\newTheme.ps1
</code></pre>

<h3>Add a New Soundtrack</h3>

<pre><code>newOST.ps1
<pre><code>.\newOST.ps1
</code></pre>

<h3>Add a New Quote</h3>

<pre><code>newQuote.ps1
<pre><code>.\newQuote.ps1
</code></pre>

<h3>Build and run</h3>

<pre><code>build.ps1 -debug
<pre><code>.\build.ps1 -debug
</code></pre>


Expand Down
Loading

0 comments on commit 6bb84c9

Please sign in to comment.