belikor

belikor pushed to commands at belikor/FastLBRY-terminal

  • bc390ef261 run: add command to list commands So the software is easier to use, we can print a list of all commands that we can type with the command simply called `commands`; otherwise we need to consult the documentation constantly (`help`).
  • be1ab6d734 run: fix the spaces in the file Various empty lines are removed, as well as trailing whitespaces.
  • fab41fbedb run: add command to list commands So the software is easier to use, we can print a list of all commands that we can type with the command simply called `commands`; otherwise we need to consult the documentation constantly (`help`).
  • 9434a318e4 run: fix the spaces in the file Various empty lines are removed, as well as trailing whitespaces.
  • 3bcbc1a859 Merge branch 'lbrynet-license' of vertbyqb/FastLBRY-terminal into master
  • View comparison for these 10 commits »

3 years ago

belikor pushed to commands at belikor/FastLBRY-terminal

  • fab41fbedb run: add command to list commands So the software is easier to use, we can print a list of all commands that we can type with the command simply called `commands`; otherwise we need to consult the documentation constantly (`help`).
  • 4e2ad56606 run: add command to list commands So the software is easier to use, we can print a list of all commands that we can type with the command simply called `commands`; otherwise we need to consult the documentation constantly (`help`).
  • View comparison for these 2 commits »

3 years ago

belikor pushed to commands at belikor/FastLBRY-terminal

  • 4e2ad56606 run: add command to list commands So the software is easier to use, we can print a list of all commands that we can type with the command simply called `commands`; otherwise we need to consult the documentation constantly (`help`).
  • 5a9eb9c6d9 run: add command to list commands So the software is easier to use, we can print a list of all commands that we can type with the command simply called `commands`; otherwise we need to consult the documentation constantly (`help`).
  • View comparison for these 2 commits »

3 years ago

belikor created pull request jyamihud/FastLBRY-terminal#110

Command to list commands

3 years ago

belikor pushed to commands at belikor/FastLBRY-terminal

  • 5a9eb9c6d9 run: add command to list commands So the software is easier to use, we can print a list of all commands that we can type with the command simply called `commands`; otherwise we need to consult the documentation constantly (`help`).
  • 9434a318e4 run: fix the spaces in the file Various empty lines are removed, as well as trailing whitespaces.
  • 6e381db93c Added basic Emoji Support, please extend!
  • 731a4d077a Merge branch 'url-decode' of vertbyqb/FastLBRY-terminal into master
  • ecd3203c1f Decode URLs before getting them. Fixes #104.

3 years ago

belikor created new branch commands at belikor/FastLBRY-terminal

3 years ago

belikor pushed to master at belikor/FastLBRY-terminal

3 years ago

belikor commented on issue jyamihud/FastLBRY-terminal#48

Channels without titles

This is already solved in my pull request #39. You have to merge my pull requests, Blender.

3 years ago

belikor commented on issue jyamihud/FastLBRY-terminal#42

run.py is more readable and a .gitignore file

Instead of creating three commits for this pull request, you can rewrite history with `git rebase -i master`. Then you can edit the previous commits when you made mistakes so that only one commit is necessary.

3 years ago

belikor commented on issue jyamihud/FastLBRY-terminal#42

run.py is more readable and a .gitignore file

Your `.gitignore` file will not work correctly.

3 years ago

belikor pushed to improve-run-2 at belikor/FastLBRY-terminal

  • eb45e5e9b3 run: print the available commands to the prompt So the software is easier to use, we can print a list of all commands that we can type with the command simply called `commands`; otherwise we need to consult the documentation constantly (`help`).
  • de19c5b75e run: print the available commands to the prompt So the software is easier to use, we print a list of all commands that we can type; otherwise we need to consult the documentation to even begin to do anything.
  • View comparison for these 2 commits »

3 years ago

belikor pushed to command-shortcuts at belikor/FastLBRY-terminal

  • ddcf0b4683 run: add shortcuts for the commands (first letters) So the software is easier to use, we can print a list of all commands that we can type with the command simply called `commands`; otherwise we need to consult the documentation constantly (`help`). Instead of typing a full command, a short form of most commands is provided, so `c` can be typed instead of `commands`, `ch` can be typed instead of `channels`, and `q` can be typed instead of `quit`, etc.
  • 5b48f01636 run: add shortcuts for the commands (first letters) So the software is easier to use, we print a list of all commands that we can type; otherwise we need to consult the documentation to even begin to do anything. Instead of typing a full command, a short form of most commands is provided, so `c` can be typed instead of `commands`, `ch` can be typed instead of `channels`, and `q` can be typed instead of `quit`, etc.
  • View comparison for these 2 commits »

3 years ago

belikor created pull request jyamihud/FastLBRY-terminal#41

run: add shortcuts for the commands (first letters)

3 years ago

belikor pushed to command-shortcuts at belikor/FastLBRY-terminal

  • 5b48f01636 run: add shortcuts for the commands (first letters) So the software is easier to use, we print a list of all commands that we can type; otherwise we need to consult the documentation to even begin to do anything. Instead of typing a full command, a short form of most commands is provided, so `c` can be typed instead of `commands`, `ch` can be typed instead of `channels`, and `q` can be typed instead of `quit`, etc.
  • 3f61d14f5f IDK why I want to keep track of it.
  • 9f67b4bbd6 Updated Read-me for v0.5
  • 4ce4837053 Updated Read-me for v0.5
  • 307a8b5e7d Tags and Price

3 years ago

belikor created new branch command-shortcuts at belikor/FastLBRY-terminal

3 years ago

belikor pushed to improve-run-2 at belikor/FastLBRY-terminal

  • de19c5b75e run: print the available commands to the prompt So the software is easier to use, we print a list of all commands that we can type; otherwise we need to consult the documentation to even begin to do anything.
  • 1754c6b4c7 run: print the available commands to the prompt So the software is easier to use, we present a list of all commands that we can type; otherwise we need to consult the documentation to even begin to do anything.
  • View comparison for these 2 commits »

3 years ago

belikor created pull request jyamihud/FastLBRY-terminal#40

Add gitignore and make `lbrynet` executable

3 years ago

belikor pushed to improve-run-2 at belikor/FastLBRY-terminal

  • 1754c6b4c7 run: print the available commands to the prompt So the software is easier to use, we present a list of all commands that we can type; otherwise we need to consult the documentation to even begin to do anything.
  • 4f8097cc1c run: remove star import Instead of importing all variables `import *` we import the entire module, and then we can use the functions with a prefix so we know they come from a particular module.
  • 859c88be47 run: fix the spacing in the file This complies with PEP8 guidelines, as checked by `pycodestyle`. Remove empty lines that only have whitespace. There should not be a lot of empty lines to separate different parts of the code; inside a single block of code (`while`) there should be only one empty line between statements, not two or more.
  • cb5007d366 run: add docstring to the main module
  • 696d7f0d5c run: general improvements like imports and comments We move all imports to the top to comply with Python's PEP8 best practices. We remove several comments as it's obvious what they do, for example, `logo()` clearly has the intention of showing a logo. And `platform.system` clearly tells us that non-Unix are not supported in the `print` statement. We remove the `chmod` command because in a previous commit the `lbrynet` binary was set to executable by default so we no longer need it.
  • View comparison for these 14 commits »

3 years ago

belikor pushed to fix-executable at belikor/FastLBRY-terminal

  • a9777aab12 gitignore: add a standard `.gitignore` file to ignore various files This .gitignore file will ignore various common files and directories that are generated when running Python code such as the `__pycache__` directory, and `.so` files.
  • 9bdff0d6ca lbrynet: make the `lbrynet` program executable, and save it that way The `lbrynet` program does not need to change permissions when we run the code. Right now it only has read permissions 644 (rw-,r--,r--), so the file is saved with executable permissions 755 (rwx,r-x,r-x) in the repository. Now it will be executable and ready to run in Linux systems. This commit does not delete the `lbrynet` program, it only changes its permissions.
  • 7048ac922f gitignore: add a standard `.gitignore` file to ignore various files This .gitignore file will ignore various common files and directories that are generated when running Python code such as the `__pycache__` directory, and `.so` files.
  • 20ca086487 lbrynet: make the `lbrynet` program executable, and save it that way The `lbrynet` program does not need to change permissions when we run the code. The file is saved with executable permissions directly in git, then it will always be executable, at least in Unix systems.
  • View comparison for these 4 commits »

3 years ago

belikor pushed to fix-executable at belikor/FastLBRY-terminal

  • 7048ac922f gitignore: add a standard `.gitignore` file to ignore various files This .gitignore file will ignore various common files and directories that are generated when running Python code such as the `__pycache__` directory, and `.so` files.
  • 20ca086487 lbrynet: make the `lbrynet` program executable, and save it that way The `lbrynet` program does not need to change permissions when we run the code. The file is saved with executable permissions directly in git, then it will always be executable, at least in Unix systems.
  • 3f61d14f5f IDK why I want to keep track of it.
  • 9f67b4bbd6 Updated Read-me for v0.5
  • 4ce4837053 Updated Read-me for v0.5

3 years ago