This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Format in Google Sheet | |
// Budget 10000 | |
// Total Expense 1100 | |
// Balance 8900 | |
// Date Item Price | |
// 30/05/2021 14:30:37 Test 100 | |
// 30/05/2021 14:30:43 New 1000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: bharadwaj-raju <[email protected]> | |
pkgname=textsuggest-git | |
_gitname=${pkgname%-git*} | |
pkgver=r35.ccbcbc9 | |
pkgrel=1 | |
pkgdesc='Simple Linux utility to autocomplete words using rofi' | |
arch=('any') | |
url="https://github.com/bharadwaj-raju/TextSuggest" | |
license=('GPL3') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#Federico Ponzi | |
#GPLv2 | |
usage() | |
{ | |
echo "Usage: $0 [-all][-list][-i] xxx.xxx.xxx.xxx" | |
} | |
help() |