LazoCoder
cfb920fb7c
Fixed issue with how the database loads pokemon
...
If not converted to lowercase it causes problems.
2017-06-21 19:26:14 -04:00
LazoCoder
12a6e04f73
Fixed Value Error
...
ValueError: '=' alignment not allowed in string format specifier
2017-06-21 19:11:19 -04:00
Lazo
00fb436124
Update README.md
2017-06-21 19:03:25 -04:00
Lazo
d6add97c04
Merge pull request #47 from Fiskie/adapters
...
Use adapters for each supported terminal
2017-06-21 18:40:31 -04:00
Lazo
ddef3c053a
Merge pull request #44 from cclauss/patch-2
...
Simplify with str.join() and enumerate()
2017-06-21 18:21:08 -04:00
Lazo
bb2736cd5a
Update README.md
2017-06-21 18:17:20 -04:00
Lazo
4958046edf
Merge pull request #42 from cclauss/patch-1
...
List comprehensions, and other simplifications
2017-06-21 18:14:28 -04:00
fisk
e1ca2c8ca0
Defer terminal detection to the adapter itself
2017-06-21 17:30:28 +01:00
Fiskie
2fea1581c1
Fix mixing of python format tokens
2017-06-21 14:39:13 +01:00
Fiskie
1b0870d9ec
Pipe wallpaper applescript directly to osascript
...
Remove Scripts dir, it's no longer needed
2017-06-21 14:22:11 +01:00
Fiskie
12afad46c2
Merge branch 'adapters' of https://github.com/Fiskie/Pokemon-Terminal into adapters
...
# Conflicts:
# adapter/implementations/ITerm.py
2017-06-21 13:47:58 +01:00
Fiskie
ddee836e1e
Pipe a script directly to osascript instead of doing weird file stuff
2017-06-21 13:46:47 +01:00
fisk
e1789d89d7
Move terminal logic to adapter pattern
...
Property identify iTerm instead of just checking if MacOS is being used
Remove .idea files from repository
These really shouldn't be in here
Remove the scripts from the repository, these don't need to be in here
2017-06-21 13:27:27 +01:00
fisk
1c47ffe493
Remove the scripts from the repository, these don't need to be in here
2017-06-21 13:25:57 +01:00
fisk
aff71bb2bf
Remove .idea files from repository
...
These really shouldn't be in here
2017-06-21 13:16:48 +01:00
fisk
831407d4cf
Property identify iTerm instead of just checking if MacOS is being used
2017-06-21 13:12:20 +01:00
fisk
b92ebe0530
Move terminal logic to adapter pattern
2017-06-21 12:49:16 +01:00
cclauss
797a5eccf4
Simplify with str.join() and enumerate()
2017-06-21 09:00:24 +02:00
cclauss
239aad543c
List comprehensions, and other simplifications
...
Use isinstance() for type comparisons.
Use with open() to ensure that file close() happens.
Also random.choice(), str.join(), str.format(), str.partition(), ternary if
2017-06-21 07:40:10 +02:00
LazoCoder
489cd9ea4a
alias added: ichooseyou
2017-06-18 20:19:00 -04:00
LazoCoder
2e338f689b
npm version update
2017-06-18 11:10:29 -04:00
Lazo
47f5552e51
Update README.md
2017-06-18 10:58:57 -04:00
LazoCoder
088f5859e9
Formatted help menu + added search system info
2017-06-18 00:31:05 -04:00
LazoCoder
49b59804e5
Forgot to update readme
2017-06-18 00:08:39 -04:00
LazoCoder
f1c0cab647
Removed "?" functionality
...
It is unreliable and confusing. Also it only worked for iTerm.
2017-06-18 00:07:33 -04:00
Lazo
fd679eb80c
Update README.md
2017-06-17 12:19:48 -04:00
Lazo
092dce7bd8
Merge pull request #26 from connordinho/feature-add-slideshow-time
...
Made it possible to set time to sleep in slideshow mode.
2017-06-17 12:12:51 -04:00
Lazo
7542a955f5
Update README.md
2017-06-17 11:31:25 -04:00
Lazo
8015297231
Update README.md
2017-06-17 11:21:08 -04:00
Lazo
f5d0f9a5f4
Update README.md
2017-06-17 10:53:19 -04:00
Lazo
d583922687
Merge pull request #27 from MattMattV/master
...
Added support for Tilix terminal emulator
2017-06-17 10:50:39 -04:00
Lazo
2cca5957b8
Update README.md
2017-06-17 10:00:10 -04:00
Lazo
342d282a70
Update README.md
2017-06-17 09:56:03 -04:00
LazoCoder
1521577056
npm version changed
2017-06-17 09:42:32 -04:00
Lazo
22297a3fd5
Merge pull request #34 from therealklanni/master
...
Fix npm bin target
2017-06-17 09:35:28 -04:00
Matthieu Vion
c13530fa95
Now background can be cleared in Tilix
2017-06-14 08:57:26 +02:00
Connor Bishop
ac749c84f1
Improved handling of slideshow time.
2017-06-13 21:07:50 -07:00
Kevin Lanni
c00f365463
Fix npm bin target
2017-06-13 09:22:50 -07:00
Lazo
0b5cefa15d
Create README.md
2017-06-12 20:09:32 -04:00
Lazo
4d0eb04423
Merge pull request #28 from therealklanni/master
...
Add package manifest for publishing to npm
2017-06-12 18:53:41 -04:00
Kevin Lanni
892fec13a9
Add npm install instructions to README
2017-06-12 13:09:58 -07:00
Kevin Lanni
069cc5d05c
Add package manifest for publishing to npm
...
This will enable easy installation via npm.
2017-06-12 12:52:41 -07:00
Matthieu Vion
b727a50ce9
Added support for Tilix terminal emulator
2017-06-12 12:48:16 +02:00
Connor Bishop
b437857c3e
Made it possible to set time to sleep in slideshow mode.
2017-06-11 17:05:19 -07:00
LazoCoder
16f4a6b27b
Added clear functionality
...
Sets the current terminal background image to blank. Tested on iTerm2 on macOS and Terminology on Ubuntu.
2017-06-11 15:30:23 -04:00
Lazo
6cae7b6fd0
Merge pull request #24 from charlesmilette/master
...
Add instructions for the AUR package
2017-06-11 10:16:24 -04:00
Charles Milette
39d754105c
Other little fix
2017-06-11 09:44:34 -04:00
Charles Milette
1ab9cb95b7
Little fix
2017-06-11 09:43:16 -04:00
Charles Milette
ed43d7845a
Add instructions for the AUR
2017-06-11 09:38:59 -04:00
Lazo
a06a6d69f4
Create README.md
2017-06-10 23:58:38 -04:00